[clang] Add tracking source deduction guide for the explicitly-written
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / clang-analyzer / cplusplus.PlacementNew.rst
blob75a1653587452c259c75ab26327565cfbd8a4046
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
5 clang-analyzer-cplusplus.PlacementNew
6 =====================================
8 Check if default placement new is provided with pointers to sufficient storage
9 capacity.
11 The `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>`_
14 for more information.