[PATCH] D97936: [analyzer][docs][NFC] Fix typo in checkers.rst
Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 10 03:36:11 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG57e149d38628: [analyzer][docs][NFC] Fix typo in checkers.rst (authored by Balazs Benics <balazsbenics at sigmatechnology.se>).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97936/new/
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.329597.patch
Type: text/x-patch
Size: 444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210310/1f576f7b/attachment.bin>
More information about the cfe-commits
mailing list