• Jon McClung's avatar
    Provides Clang Compatibility (#378) · 7941eec4
    Jon McClung authored
    * Provides compatibility for clang
    
    Without this, clang will treat it as an error that `jniDefaultSetPendingFromCurrent` could potentially throw an uncaught exception.
    
    * Update djinni_support.cpp
    
    typo
    
    * Renamed function and added comment for rationale.
    
    * Whitespace for proper alignment
    
    * Check for Duplicate Output Paths
    
    This adds some simple logic to check whether files are set to overwrite each other. This is especially helpful for newcomers who are confused when the default settings cause this issue.
    
    * Revert "Check for Duplicate Output Paths"
    
    This reverts commit 06441f47e0e8685b48ac3a5ddcf743a6315433d2.
    7941eec4
djinni_support.cpp 21.9 KB