|
clang 23.0.0git
|
#include "clang/Basic/Sarif.h"#include "clang/Basic/SourceLocation.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/Error.h"#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | clang::ssaf::ReportResult |
| struct | clang::ssaf::ReportDocument |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::ssaf |
Functions | |
| llvm::Error | clang::ssaf::writeSARIFTransformationReport (const ReportDocument &Doc, llvm::StringRef Path) |
Writes Doc to Path as a SARIF JSON document. | |