Skip to content
Snippets Groups Projects
Commit f5ad6fa2 authored by Zarko Todorovski's avatar Zarko Todorovski
Browse files

[clang][docs] Inclusive language: remove use of sanity check in option description

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D114562
parent c379911a
No related branches found
No related tags found
No related merge requests found
......@@ -466,9 +466,9 @@ Use of these attributes has been deprecated.
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment