PiotrZSL created this revision.
Herald added subscribers: manas, steakhal, ASDenysPetrov, dkrupp, donat.nagy, 
Szelethus, mikhail.ramalho, a.sidorin, szepet, baloghadamsoftware, xazax.hun.
Herald added a project: All.
PiotrZSL requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Check name according to Checkers.td is actually a PlacementNew.


Repository:
  rG LLVM Github Monorepo

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,9 +321,9 @@
    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.
 


Index: clang/docs/analyzer/checkers.rst
===================================================================
--- clang/docs/analyzer/checkers.rst
+++ clang/docs/analyzer/checkers.rst
@@ -321,9 +321,9 @@
    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.
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to