[clang] 57e149d - [analyzer][docs][NFC] Fix typo in checkers.rst

Balazs Benics via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 10 03:36:07 PST 2021


Author: Balazs Benics
Date: 2021-03-10T12:42:23+01:00
New Revision: 57e149d386286031e0fd118acf162056ce9d4795

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

LOG: [analyzer][docs][NFC] Fix typo in checkers.rst

Move `alpha.core.BoolAssignment` out of the `alpha.clone` enumeration.

Reviewed By: Szelethus

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

Added: 
    

Modified: 
    clang/docs/analyzer/checkers.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/analyzer/checkers.rst b/clang/docs/analyzer/checkers.rst
index d94296244c63..9a74dffc1658 100644
--- a/clang/docs/analyzer/checkers.rst
+++ b/clang/docs/analyzer/checkers.rst
@@ -1476,6 +1476,9 @@ Reports similar pieces of code.
    return y;
  }
 
+alpha.core
+^^^^^^^^^^
+
 .. _alpha-core-BoolAssignment:
 
 alpha.core.BoolAssignment (ObjC)
@@ -1488,9 +1491,6 @@ Warn about assigning non-{0,1} values to boolean variables.
    BOOL b = -1; // warn
  }
 
-alpha.core
-^^^^^^^^^^
-
 .. _alpha-core-C11Lock:
 
 alpha.core.C11Lock


        


More information about the cfe-commits mailing list