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

Zarko Todorovski via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 30 12:07:47 PST 2021


Author: Zarko Todorovski
Date: 2021-11-30T15:07:43-05:00
New Revision: f5ad6fa279cc012427b119828bdb679af5197c70

URL: https://github.com/llvm/llvm-project/commit/f5ad6fa279cc012427b119828bdb679af5197c70
DIFF: https://github.com/llvm/llvm-project/commit/f5ad6fa279cc012427b119828bdb679af5197c70.diff

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

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D114562

Added: 
    

Modified: 
    clang/docs/ThreadSafetyAnalysis.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ThreadSafetyAnalysis.rst b/clang/docs/ThreadSafetyAnalysis.rst
index 9e18fcdd1b5f3..23f460b248e11 100644
--- a/clang/docs/ThreadSafetyAnalysis.rst
+++ b/clang/docs/ThreadSafetyAnalysis.rst
@@ -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.


        


More information about the cfe-commits mailing list