1.. title:: clang-tidy - clang-analyzer-cplusplus.PlacementNew 2.. meta:: 3 :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-placementnew 4 5clang-analyzer-cplusplus.PlacementNew 6===================================== 7 8Check if default placement new is provided with pointers to sufficient storage 9capacity. 10 11The `clang-analyzer-cplusplus.PlacementNew` check is an alias, please see 12`Clang Static Analyzer Available Checkers 13<https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-placementnew>`_ 14for more information. 15