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,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.