search for: 2972cb1

Displaying 1 result from an estimated 1 matches for "2972cb1".

Did you mean: 29721
2015 Apr 05
4
[LLVMdev] Format of special case list for sanitizers
...tely.) (Just a note: the way that regular expressions are concatenated in ::parse appears to have a bug if a pattern contains a pipe.) Ryan 0: http://clang.llvm.org/docs/SanitizerSpecialCaseList.html diff --git a/lib/Support/SpecialCaseList.cpp b/lib/Support/SpecialCaseList.cpp index c312cc1..2972cb1 100644 --- a/lib/Support/SpecialCaseList.cpp +++ b/lib/Support/SpecialCaseList.cpp @@ -133,7 +133,7 @@ bool SpecialCaseList::parse(const MemoryBuffer *MB, std::string &Error) { // Add this regexp into the proper group by its prefix. if (!Regexps[Prefix][Category].empty()) Regex...