HomeSort by: relevance | last modified time | path
    Searched refs:SarifDiagnostics (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/lib/libclangStaticAnalyzerCore/
Makefile 44 SarifDiagnostics.cpp \
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SarifDiagnostics.cpp 1 //===--- SarifDiagnostics.cpp - Sarif Diagnostics for Paths -----*- C++ -*-===//
9 // This file defines the SarifDiagnostics object.
30 class SarifDiagnostics : public PathDiagnosticConsumer {
35 SarifDiagnostics(const std::string &Output, const LangOptions &LO)
37 ~SarifDiagnostics() override = default;
42 StringRef getName() const override { return "SarifDiagnostics"; }
59 C.push_back(new SarifDiagnostics(Output, PP.getLangOpts()));
382 void SarifDiagnostics::FlushDiagnosticsImpl(

Completed in 27 milliseconds