clang API Documentation

Namespaces | Defines | Typedefs
PathDiagnosticConsumers.h File Reference
#include <string>
#include <vector>
#include "clang/StaticAnalyzer/Core/Analyses.def"
Include dependency graph for PathDiagnosticConsumers.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define ANALYSIS_DIAGNOSTICS (   NAME,
  CMDFLAG,
  DESC,
  CREATEFN 
)
Value:
void CREATEFN(AnalyzerOptions &AnalyzerOpts,\
              PathDiagnosticConsumers &C,\
              const std::string &Prefix,\
              const Preprocessor &PP);

Definition at line 30 of file PathDiagnosticConsumers.h.