13 lines
544 B
ReStructuredText
13 lines
544 B
ReStructuredText
.. title:: clang-tidy - clang-analyzer-cplusplus.NewDeleteLeaks
|
|
.. meta::
|
|
:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-newdeleteleaks
|
|
|
|
clang-analyzer-cplusplus.NewDeleteLeaks
|
|
=======================================
|
|
|
|
Check for memory leaks. Traces memory managed by new/delete.
|
|
|
|
The `clang-analyzer-cplusplus.NewDeleteLeaks` check is an alias, please see
|
|
`Clang Static Analyzer Available Checkers
|
|
<https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-newdeleteleaks>`_
|
|
for more information.
|