[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
Tue Nov 30 12:07:48 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf5ad6fa279cc: [clang][docs] Inclusive language: remove use of sanity check in option… (authored by ZarkoCA).
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.390779.patch
Type: text/x-patch
Size: 755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211130/beda23ce/attachment.bin>
More information about the cfe-commits
mailing list