This is an archive of the discontinued LLVM Phabricator instance.

[docs] Update the TSan and MSan docs to refer to the new no_sanitize attribute
ClosedPublic

Authored by zaks.anna on Oct 21 2016, 4:26 PM.

Details

Summary

TSan and MSan were the only remaining sanitizers referring to the deprecated attribute for issue suppression. Update the docs to recommend __attribute__((no_sanitize("..."))) instead.

Diff Detail

Repository
rL LLVM

Event Timeline

zaks.anna updated this revision to Diff 75501.Oct 21 2016, 4:26 PM
zaks.anna retitled this revision from to [docs] Update the TSan and MSan docs to refer to the new no_sanitize attribute .
zaks.anna updated this object.
zaks.anna added reviewers: kcc, dvyukov.
zaks.anna added subscribers: llvm-commits, kubamracek.
kcc accepted this revision.Oct 27 2016, 1:03 PM
kcc edited edge metadata.

LGTM, sorry for delay

This revision is now accepted and ready to land.Oct 27 2016, 1:03 PM
This revision was automatically updated to reflect the committed changes.