#include "clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h"
#include "clang/StaticAnalyzer/Checkers/Checkers.inc"
Go to the source code of this file.
|
| | clang |
| | /file This file defines classes for searching and anlyzing source code clones.
|
| |
| | clang::ento |
| |
|
| #define | GET_CHECKERS |
| |
| #define | CHECKER(FULLNAME, CLASS, CXXFILE, HELPTEXT, GROUPINDEX, HIDDEN) void register##CLASS(CheckerManager &mgr); |
| |
| #define CHECKER |
( |
|
FULLNAME, |
|
|
|
CLASS, |
|
|
|
CXXFILE, |
|
|
|
HELPTEXT, |
|
|
|
GROUPINDEX, |
|
|
|
HIDDEN |
|
) |
| void register##CLASS(CheckerManager &mgr); |