| .. 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. |