Remove one of SanitizerBlacklist::isIn() overloads. NFC.
authorAlexey Samsonov <vonosmas@gmail.com>
Thu, 16 Oct 2014 17:10:38 +0000 (17:10 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Thu, 16 Oct 2014 17:10:38 +0000 (17:10 +0000)
commit74246aaf89fc596dd018c63365d894d0fc4abe42
treebeb231c1ec7395c88ba90b18905b493d691b1766
parent48c0440d97bb66bfc28252eb6ff067ee1381c812
Remove one of SanitizerBlacklist::isIn() overloads. NFC.

The final goal is to get rid of all the rest overloads that
accept LLVM objects (llvm::Function and llvm::GlobalVariable),
and pass in source-level entities instead.

llvm-svn: 219937
clang/include/clang/Basic/SanitizerBlacklist.h
clang/lib/Basic/SanitizerBlacklist.cpp