48 #ifndef LLVM_SUPPORT_SPECIALCASELIST_H
49 #define LLVM_SUPPORT_SPECIALCASELIST_H
64 static std::unique_ptr<SpecialCaseList>
65 create(
const std::vector<std::string> &Paths, std::string &
Error);
72 static std::unique_ptr<SpecialCaseList>
103 #endif // LLVM_SUPPORT_SPECIALCASELIST_H
static std::unique_ptr< SpecialCaseList > createOrDie(const std::vector< std::string > &Paths)
Parses the special case list entries from files.
This interface provides simple read-only access to a block of memory, and provides simple methods for...
StringMap - This is an unconventional map that is specialized for handling keys that are "strings"...
Represents a set of regular expressions.
bool inSection(StringRef Section, StringRef Query, StringRef Category=StringRef()) const
Returns true, if special case list contains a line.
static std::unique_ptr< SpecialCaseList > create(const std::vector< std::string > &Paths, std::string &Error)
Parses the special case list entries from files.
StringRef - Represent a constant reference to a string, i.e.