MCPcopy Create free account
hub / github.com/KDAB/codebrowser / BrowserDiagnosticClient

Method BrowserDiagnosticClient

generator/main.cpp:120–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118struct BrowserDiagnosticClient : clang::DiagnosticConsumer {
119 Annotator &annotator;
120 BrowserDiagnosticClient(Annotator &fm) : annotator(fm) {}
121
122 virtual void HandleDiagnostic(clang::DiagnosticsEngine::Level DiagLevel, const clang::Diagnostic& Info) override {
123 std::string clas;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected