1.. title:: clang-tidy - clang-analyzer-cplusplus.NewDelete 2.. meta:: 3 :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-newdelete 4 5clang-analyzer-cplusplus.NewDelete 6================================== 7 8Check for double-free and use-after-free problems. Traces memory managed by 9new/delete. 10 11The `clang-analyzer-cplusplus.NewDelete` check is an alias, please see 12`Clang Static Analyzer Available Checkers 13<https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-newdelete>`_ 14for more information. 15