clang  8.0.0
Namespaces | Macros
BuiltinCheckerRegistration.h File Reference
#include "clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h"
#include "clang/StaticAnalyzer/Checkers/Checkers.inc"
Include dependency graph for BuiltinCheckerRegistration.h:

Go to the source code of this file.

Namespaces

 clang
 Dataflow Directional Tag Classes.
 
 clang::ento
 

Macros

#define GET_CHECKERS
 
#define CHECKER(FULLNAME, CLASS, HELPTEXT, DOC_URI)   void register##CLASS(CheckerManager &mgr);
 

Macro Definition Documentation

◆ CHECKER

#define CHECKER (   FULLNAME,
  CLASS,
  HELPTEXT,
  DOC_URI 
)    void register##CLASS(CheckerManager &mgr);

◆ GET_CHECKERS

#define GET_CHECKERS

Definition at line 26 of file BuiltinCheckerRegistration.h.