[asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limited...
authorKostya Serebryany <kcc@google.com>
Fri, 24 Aug 2012 16:44:47 +0000 (16:44 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 24 Aug 2012 16:44:47 +0000 (16:44 +0000)
commitb5b86d263a651566cb25c0f406f75ceffb771029
tree496cce33f7a76ce3b65827ac3f220a2ebb909933
parent2c5380666a15f21e0eedebeb77d3e557f861143f
[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
lib/Transforms/Instrumentation/AddressSanitizer.cpp
lib/Transforms/Instrumentation/BlackList.cpp [new file with mode: 0644]
lib/Transforms/Instrumentation/BlackList.h [new file with mode: 0644]
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/Instrumentation/FunctionBlackList.cpp [deleted file]
lib/Transforms/Instrumentation/FunctionBlackList.h [deleted file]
lib/Transforms/Instrumentation/ThreadSanitizer.cpp