#include "clang/StaticAnalyzer/Core/AnalyzerOptions.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <cstddef>
#include <utility>
#include <vector>
#include "clang/StaticAnalyzer/Checkers/Checkers.inc"
Go to the source code of this file.
|
#define | GET_CHECKERS |
|
#define | CHECKER(FULLNAME, CLASS, DESCFILE, HELPTEXT, GROUPINDEX, HIDDEN) FULLNAME, |
|
◆ CHECKER
#define CHECKER |
( |
|
FULLNAME, |
|
|
|
CLASS, |
|
|
|
DESCFILE, |
|
|
|
HELPTEXT, |
|
|
|
GROUPINDEX, |
|
|
|
HIDDEN |
|
) |
| FULLNAME, |
◆ GET_CHECKERS
◆ toString()
static StringRef toString |
( |
bool |
b | ) |
|
|
static |