clang API Documentation
#include <string>
#include <vector>
#include "clang/StaticAnalyzer/Core/Analyses.def"
Go to the source code of this file.
Namespaces | |
namespace | clang |
namespace | clang::ento |
Defines | |
#define | ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATEFN) |
Typedefs | |
typedef std::vector < PathDiagnosticConsumer * > | clang::ento::PathDiagnosticConsumers |
#define ANALYSIS_DIAGNOSTICS | ( | NAME, | |
CMDFLAG, | |||
DESC, | |||
CREATEFN | |||
) |
void CREATEFN(AnalyzerOptions &AnalyzerOpts,\ PathDiagnosticConsumers &C,\ const std::string &Prefix,\ const Preprocessor &PP);
Definition at line 30 of file PathDiagnosticConsumers.h.