This revision was automatically updated to reflect the committed changes.
Closed by commit rGa3a66de37fc0: [clang][analyzer][NFC] Change
PlacementNewChecker into PlacementNew in… (authored by PiotrZSL).
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
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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits