This revision was automatically updated to reflect the committed changes.
Closed by commit rC335193: ASan docs: no_sanitize("address") works on
globals. (authored by eugenis, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D48390?vs=152140&id=152204#toc
Repository:
rC Clang
eugenis added a comment.
In https://reviews.llvm.org/D48390#1138193, @aaron.ballman wrote:
> Do you also want to update AttrDocs.td with some similar information?
Done.
https://reviews.llvm.org/D48390
___
cfe-commits mailing list
cfe-commits@list
eugenis updated this revision to Diff 152140.
eugenis added a comment.
update AttrDocs.td
https://reviews.llvm.org/D48390
Files:
clang/docs/AddressSanitizer.rst
clang/include/clang/Basic/AttrDocs.td
Index: clang/include/clang/Basic/AttrDocs.td
=
aaron.ballman added a comment.
Do you also want to update AttrDocs.td with some similar information?
https://reviews.llvm.org/D48390
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
eugenis created this revision.
eugenis added a reviewer: alekseyshl.
Mention that no_sanitize attribute can be used with globals.
https://reviews.llvm.org/D48390
Files:
clang/docs/AddressSanitizer.rst
Index: clang/docs/AddressSanitizer.rst
===