clang
9.0.0
|
#include "clang/Basic/LLVM.h"
#include "clang/StaticAnalyzer/Core/CheckerManager.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include <cstddef>
#include <vector>
#include "clang/Basic/Version.h"
Go to the source code of this file.
Classes | |
class | clang::ento::CheckerRegistry |
Manages a set of available checkers for running a static analysis. More... | |
struct | clang::ento::CheckerRegistry::CmdLineOption |
Specifies a command line option. More... | |
struct | clang::ento::CheckerRegistry::CheckerInfo |
Specifies a checker. More... | |
struct | clang::ento::CheckerRegistry::PackageInfo |
Specifies a package. More... | |
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::ento | |
Macros | |
#define | CLANG_ANALYZER_API_VERSION_STRING CLANG_VERSION_STRING |
#define CLANG_ANALYZER_API_VERSION_STRING CLANG_VERSION_STRING |
Definition at line 65 of file CheckerRegistry.h.
Referenced by clang::ento::CheckerRegistry::CheckerRegistry(), and isCompatibleAPIVersion().