diff --git a/clang/docs/analyzer/checkers.rst b/clang/docs/analyzer/checkers.rst --- a/clang/docs/analyzer/checkers.rst +++ b/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