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

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 4 05:03:37 PST 2021


steakhal created this revision.
steakhal added reviewers: NoQ, vsavchenko, martong, ASDenysPetrov, Szelethus.
Herald added subscribers: Charusso, dkrupp, donat.nagy, mikhail.ramalho, a.sidorin, rnkovacs, szepet, baloghadamsoftware, xazax.hun, whisperity.
steakhal requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Move `alpha.core.BoolAssignment` out of the `alpha.clone` enumeration.
F15732376: fix-doc-typo.PNG <https://reviews.llvm.org/F15732376>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97936

Files:
  clang/docs/analyzer/checkers.rst


Index: clang/docs/analyzer/checkers.rst
===================================================================
--- clang/docs/analyzer/checkers.rst
+++ clang/docs/analyzer/checkers.rst
@@ -1476,6 +1476,9 @@
    return y;
  }
 
+alpha.core
+^^^^^^^^^^
+
 .. _alpha-core-BoolAssignment:
 
 alpha.core.BoolAssignment (ObjC)
@@ -1488,9 +1491,6 @@
    BOOL b = -1; // warn
  }
 
-alpha.core
-^^^^^^^^^^
-
 .. _alpha-core-C11Lock:
 
 alpha.core.C11Lock


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97936.328126.patch
Type: text/x-patch
Size: 444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210304/b6cf6727/attachment.bin>


More information about the cfe-commits mailing list