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
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 cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits