clang 20.0.0git
|
#include "clang/StaticAnalyzer/Core/CheckerRegistryData.h"
#include "clang/StaticAnalyzer/Core/AnalyzerOptions.h"
#include "llvm/ADT/Twine.h"
#include <map>
Go to the source code of this file.
Functions | |
static StringRef | toString (StateFromCmdLine Kind) |
static bool | isInPackage (const CheckerInfo &Checker, StringRef PackageName) |
Variables | |
static constexpr char | PackageSeparator = '.' |
|
static |
Definition at line 83 of file CheckerRegistryData.cpp.
References PackageSeparator.
Referenced by clang::ento::CheckerRegistryData::getMutableCheckersForCmdLineArg().
|
static |
Definition at line 34 of file CheckerRegistryData.cpp.
|
staticconstexpr |
Definition at line 81 of file CheckerRegistryData.cpp.
Referenced by clang::ento::CheckerRegistry::addChecker(), and isInPackage().