]> granicus.if.org Git - clang/commit
When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 8 Oct 2015 19:24:08 +0000 (19:24 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 8 Oct 2015 19:24:08 +0000 (19:24 +0000)
commit5e8b924038f896c88c2a658489bdaf8265ec8e02
tree64404145cbe29cc33c3fbda7c20544847229188c
parent041cfae0d52369de5f2d02bae64169ad9240c7a2
When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.

Patch by Adrian Zgorzalek!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249721 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclAttr.cpp
test/SemaCXX/attr-no-sanitize-address.cpp
test/SemaCXX/attr-no-sanitize-memory.cpp
test/SemaCXX/attr-no-sanitize-thread.cpp