14 lines
560 B
ReStructuredText
14 lines
560 B
ReStructuredText
.. title:: clang-tidy - clang-analyzer-cplusplus.PlacementNew
|
|
.. meta::
|
|
:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-placementnew
|
|
|
|
clang-analyzer-cplusplus.PlacementNew
|
|
=====================================
|
|
|
|
Check if default placement new is provided with pointers to sufficient storage
|
|
capacity.
|
|
|
|
The `clang-analyzer-cplusplus.PlacementNew` check is an alias, please see
|
|
`Clang Static Analyzer Available Checkers
|
|
<https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-placementnew>`_
|
|
for more information.
|