[PATCH] D157702: [clang][analyzer][NFC] Change PlacementNewChecker into PlacementNew in documentation
Piotr Zegar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 11 04:12:14 PDT 2023
PiotrZSL updated this revision to Diff 549336.
PiotrZSL added a comment.
Micro fix ("" characters).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157702/new/
https://reviews.llvm.org/D157702
Files:
clang/docs/analyzer/checkers.rst
Index: clang/docs/analyzer/checkers.rst
===================================================================
--- clang/docs/analyzer/checkers.rst
+++ clang/docs/analyzer/checkers.rst
@@ -321,10 +321,10 @@
int *p = new int;
} // warn
-.. _cplusplus-PlacementNewChecker:
+.. _cplusplus-PlacementNew:
-cplusplus.PlacementNewChecker (C++)
-"""""""""""""""""""""""""""""""""""
+cplusplus.PlacementNew (C++)
+""""""""""""""""""""""""""""
Check if default placement new is provided with pointers to sufficient storage capacity.
.. code-block:: cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157702.549336.patch
Type: text/x-patch
Size: 554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230811/51c1318a/attachment-0001.bin>
More information about the cfe-commits
mailing list