10 #ifndef LLVM_CLANG_STATICANALYZER_CORE_CHECKEROPTINFO_H 11 #define LLVM_CLANG_STATICANALYZER_CORE_CHECKEROPTINFO_H 14 #include "llvm/ADT/StringRef.h" 30 : Name(name), Enable(enable), Claimed(
false) { }
32 StringRef
getName()
const {
return Name; }
38 void claim() { Claimed =
true; }
StringRef getName() const
Represents a request to include or exclude a checker or package from a specific analysis run...
CheckerOptInfo(StringRef name, bool enable)
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...
Dataflow Directional Tag Classes.