[PATCH] D114562: [clang][docs] Inclusive language: remove use of sanity check in option description
Zarko Todorovski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 24 13:15:35 PST 2021
ZarkoCA created this revision.
ZarkoCA added reviewers: aaron.ballman, delesley, quinnp.
ZarkoCA added a project: clang.
ZarkoCA requested review of this revision.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D114562
Files:
clang/docs/ThreadSafetyAnalysis.rst
Index: clang/docs/ThreadSafetyAnalysis.rst
===================================================================
--- clang/docs/ThreadSafetyAnalysis.rst
+++ clang/docs/ThreadSafetyAnalysis.rst
@@ -468,7 +468,7 @@
* ``-Wthread-safety``: Umbrella flag which turns on the following three:
- + ``-Wthread-safety-attributes``: Sanity checks on attribute syntax.
+ + ``-Wthread-safety-attributes``: Validation checks on attribute syntax.
+ ``-Wthread-safety-analysis``: The core analysis.
+ ``-Wthread-safety-precise``: Requires that mutex expressions match precisely.
This warning can be disabled for code which has a lot of aliases.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114562.389603.patch
Type: text/x-patch
Size: 649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211124/6c8aa67c/attachment-0001.bin>
More information about the cfe-commits
mailing list