|
FLANG
|
Public Member Functions | |
| CompilerInvocationBase (const CompilerInvocationBase &x) | |
| clang::DiagnosticOptions & | getDiagnosticOpts () |
| const clang::DiagnosticOptions & | getDiagnosticOpts () const |
| PreprocessorOptions & | getPreprocessorOpts () |
| const PreprocessorOptions & | getPreprocessorOpts () const |
Public Attributes | |
| std::shared_ptr< clang::DiagnosticOptions > | diagnosticOpts |
| Options controlling the diagnostic engine. | |
| std::shared_ptr< Fortran::frontend::PreprocessorOptions > | preprocessorOpts |
| Options for the preprocessor. | |