Home
last modified time | relevance | path

Searched refs:SARIF (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def48 ANALYSIS_DIAGNOSTICS(SARIF, "sarif", "Output analysis results using SARIF",
52 "Output analysis results using both SARIF and HTML "
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.h78 enum TextDiagnosticFormat { Clang, MSVC, Vi, SARIF }; enumerator
H A DDiagnosticDriverKinds.td788 "diagnostic formatting in SARIF mode is currently unstable">,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp807 case DiagnosticOptions::SARIF: in emitDiagnosticLoc()
830 case DiagnosticOptions::SARIF: in emitDiagnosticLoc()
H A DFrontendAction.cpp740 if (CI.getDiagnosticOpts().getFormat() == DiagnosticOptions::SARIF) { in BeginSourceFile()
H A DCompilerInstance.cpp352 } else if (Opts->getFormat() == DiagnosticOptions::SARIF) { in createDiagnostics()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7451 Values<"clang,msvc,vi,sarif,SARIF">,
7452 …lizedValuesScope<"DiagnosticOptions">, NormalizedValues<["Clang", "MSVC", "Vi", "SARIF", "SARIF"]>,