Go to the documentation of this file.
15 #ifndef LLVM_CLANG_LIB_STATICANALYZER_CHECKERS_CLANGSACHECKERS_H
16 #define LLVM_CLANG_LIB_STATICANALYZER_CHECKERS_CLANGSACHECKERS_H
24 class CheckerRegistry;
27 #define CHECKER(FULLNAME,CLASS,CXXFILE,HELPTEXT,GROUPINDEX,HIDDEN) \
28 void register##CLASS(CheckerManager &mgr);
29 #include "clang/StaticAnalyzer/Checkers/Checkers.inc"