[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
Thu Nov 25 04:32:58 PST 2021
ZarkoCA updated this revision to Diff 389737.
ZarkoCA added a comment.
- Fix description
- Remove `three`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114562/new/
https://reviews.llvm.org/D114562
Files:
clang/docs/ThreadSafetyAnalysis.rst
Index: clang/docs/ThreadSafetyAnalysis.rst
===================================================================
--- clang/docs/ThreadSafetyAnalysis.rst
+++ clang/docs/ThreadSafetyAnalysis.rst
@@ -466,9 +466,9 @@
Warning flags
-------------
-* ``-Wthread-safety``: Umbrella flag which turns on the following three:
+* ``-Wthread-safety``: Umbrella flag which turns on the following:
- + ``-Wthread-safety-attributes``: Sanity checks on attribute syntax.
+ + ``-Wthread-safety-attributes``: Semantic checks for thread safety attributes.
+ ``-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.389737.patch
Type: text/x-patch
Size: 755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211125/5e35635f/attachment-0001.bin>
More information about the cfe-commits
mailing list