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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D25885
[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
Event TimelineThis revision is now accepted and ready to land.Oct 27 2016, 1:03 PM Closed by commit rL285349: [docs] Update the TSan and MSan docs to refer to the new no_sanitize attribute (authored by zaks). · Explain WhyOct 27 2016, 2:48 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 76106 cfe/trunk/docs/MemorySanitizer.rst
cfe/trunk/docs/ThreadSanitizer.rst
|