xref: /llvm-project/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/cplusplus.PlacementNew.rst (revision 8407e8a80d9d32a7cbd7ca1d733620559fda829d)
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