[PATCH] D114421: [asan] Add support for disable_sanitizer_instrumentation attribute
Alexander Potapenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 23 01:35:57 PST 2021
glider created this revision.
glider added reviewers: melver, vitalybuka.
glider requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
For ASan this will effectively serve as a synonym for
__attribute__((no_sanitize("address")))
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D114421
Files:
clang/docs/AddressSanitizer.rst
clang/lib/CodeGen/CodeGenFunction.cpp
clang/lib/CodeGen/SanitizerMetadata.cpp
clang/test/CodeGen/address-safety-attr-flavors.cpp
clang/test/CodeGen/asan-globals.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114421.389122.patch
Type: text/x-patch
Size: 8955 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211123/84d60146/attachment.bin>
More information about the cfe-commits
mailing list