search for: sanitizerspecialcaselist

Displaying 1 result from an estimated 1 matches for "sanitizerspecialcaselist".

2015 Apr 05
4
[LLVMdev] Format of special case list for sanitizers
...s, which also need to be escaped properly as regular expressions. (This also limits the usefulness of treating literals 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) { // A...