]> granicus.if.org Git - clang/commit
[Sanitize] Don't emit function attribute sanitize_address/thread/memory if the functi...
authorAlexey Samsonov <samsonov@google.com>
Wed, 6 Mar 2013 10:54:18 +0000 (10:54 +0000)
committerAlexey Samsonov <samsonov@google.com>
Wed, 6 Mar 2013 10:54:18 +0000 (10:54 +0000)
commit7e73f94c104070cf03c6f711a10f1928a550193f
treec9366675145954629a94f7ba4f8366e7e70c8062
parent360355db57d15ce3c90051b05cca993a4c5ee8db
[Sanitize] Don't emit function attribute sanitize_address/thread/memory if the function is blacklisted.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176550 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGen/address-safety-attr.cpp