13 #ifndef LLVM_CLANG_BASIC_SANITIZERBLACKLIST_H 14 #define LLVM_CLANG_BASIC_SANITIZERBLACKLIST_H 21 #include "llvm/ADT/StringRef.h" 27 std::unique_ptr<SanitizerSpecialCaseList> SSCL;
34 StringRef
Category = StringRef())
const;
36 StringRef
Category = StringRef())
const;
39 StringRef
Category = StringRef())
const;
41 StringRef
Category = StringRef())
const;
bool isBlacklistedType(SanitizerMask Mask, StringRef MangledTypeName, StringRef Category=StringRef()) const
Defines the SourceManager interface.
bool isBlacklistedLocation(SanitizerMask Mask, SourceLocation Loc, StringRef Category=StringRef()) const
Defines the clang::SanitizerKind enum.
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...
bool isBlacklistedFile(SanitizerMask Mask, StringRef FileName, StringRef Category=StringRef()) const
bool isBlacklistedFunction(SanitizerMask Mask, StringRef FunctionName) const
Encodes a location in the source.
Dataflow Directional Tag Classes.
bool isBlacklistedGlobal(SanitizerMask Mask, StringRef GlobalName, StringRef Category=StringRef()) const
Defines the clang::SourceLocation class and associated facilities.
SanitizerBlacklist(const std::vector< std::string > &BlacklistPaths, SourceManager &SM)
This class handles loading and caching of source files into memory.