Nick Lewycky
7b09b97bdf
Issue a fatal error if the line doesn't have a regular expression.
...
Also a couple not-user-visible changes; using empty() instead of size(), and
make inSection() not insert NULL Regex*'s into StringMap when doing a lookup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168833 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-29 00:01:38 +00:00
Alexey Samsonov
1faf9be569
[ASan] fixup for r167725: Don't fetch name of StructType if it is literal
...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167729 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-12 14:47:00 +00:00
Alexey Samsonov
9cc45d2d7e
[ASan]: Add minimalistic support for turning off initialization-order checking for globals of specified types. Tests for this behavior will go to ASan test suite in compiler-rt.
...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167725 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-12 14:00:01 +00:00
Alexey Samsonov
34674fea97
[ASan] Support comments in ASan/TSan blacklist file as lines starting with #
...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166283 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-19 15:24:46 +00:00
Kostya Serebryany
59a4a47a7b
[asan] extend the blacklist functionality to handle global-init. Patch by Reid Watson
...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163199 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-05 07:29:56 +00:00
Kostya Serebryany
b5b86d263a
[asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limited to functions any more
...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162566 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-24 16:44:47 +00:00