]> granicus.if.org Git - clang/commit
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)
commita41df172134ce75a2e1d27e9ee2ed711df2dfd53
treefe01eca31e6d700703d61d36fefd66cdc004455f
parent26a8b763afff1f4e70f03fdf256012a753b99009
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219937 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/SanitizerBlacklist.h
lib/Basic/SanitizerBlacklist.cpp