Displaying 1 result from an estimated 1 matches for "c312cc1".
2015 Apr 05
4
[LLVMdev] Format of special case list for sanitizers
...ls separately.)
(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())...