#include "clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h"
#include "clang/StaticAnalyzer/Checkers/Checkers.inc"
Go to the source code of this file.
|
namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI.
|
|
namespace | clang::ento |
|
◆ CHECKER
#define CHECKER |
( |
|
FULLNAME, |
|
|
|
CLASS, |
|
|
|
HELPTEXT, |
|
|
|
DOC_URI, |
|
|
|
IS_HIDDEN |
|
) |
| |
Value: void register##CLASS(CheckerManager &mgr); \
bool shouldRegister##CLASS(const CheckerManager &mgr);
Definition at line 25 of file BuiltinCheckerRegistration.h.
◆ GET_CHECKERS