FLANG
Public Member Functions | List of all members
Fortran::frontend::TextDiagnosticPrinter Class Reference
Inheritance diagram for Fortran::frontend::TextDiagnosticPrinter:

Public Member Functions

 TextDiagnosticPrinter (raw_ostream &os, clang::DiagnosticOptions *diags)
 
void setPrefix (std::string value)
 
void HandleDiagnostic (clang::DiagnosticsEngine::Level level, const clang::Diagnostic &info) override
 
void printLocForRemarks (llvm::raw_svector_ostream &diagMessageStream, llvm::StringRef &diagMsg)
 

Member Function Documentation

◆ setPrefix()

void Fortran::frontend::TextDiagnosticPrinter::setPrefix ( std::string  value)
inline

Set the diagnostic printer prefix string, which will be printed at the start of any diagnostics. If empty, no prefix string is used.


The documentation for this class was generated from the following files: