|
void | HandleDiagnostic (clang::DiagnosticsEngine::Level diagLevel, const clang::Diagnostic &info) override |
void | flushDiagnostics (clang::DiagnosticsEngine &diags) const |
| Flush the buffered diagnostics to a given diagnostic engine.
|
◆ DiagnosticsLevelAndIndexPairs
using Fortran::frontend::TextDiagnosticBuffer::DiagnosticsLevelAndIndexPairs |
Initial value:
std::vector<std::pair<clang::DiagnosticsEngine::Level, size_t>>
◆ HandleDiagnostic()
void TextDiagnosticBuffer::HandleDiagnostic |
( |
clang::DiagnosticsEngine::Level | level, |
|
|
const clang::Diagnostic & | info ) |
|
override |
HandleDiagnostic - Store the errors, warnings, and notes that are reported.
The documentation for this class was generated from the following files: