#include "clang/Analysis/PathDiagnostic.h"
#include <string>
#include <vector>
#include "clang/StaticAnalyzer/Core/Analyses.def"
Go to the source code of this file.
◆ ANALYSIS_DIAGNOSTICS
#define ANALYSIS_DIAGNOSTICS |
( |
|
NAME, |
|
|
|
CMDFLAG, |
|
|
|
DESC, |
|
|
|
CREATEFN |
|
) |
| |
Value: void CREATEFN(PathDiagnosticConsumerOptions Diagopts, \
PathDiagnosticConsumers &C, const std::string &Prefix, \
const Preprocessor &PP, \
const cross_tu::CrossTranslationUnitContext &CTU, \
const MacroExpansionContext &MacroExpansions);
Definition at line 35 of file PathDiagnosticConsumers.h.