[clang] [LifetimeSafety] Add support for `new`/`delete` (PR #192504)
Utkarsh Saxena via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 21 06:38:15 PDT 2026
https://github.com/usx95 commented:
Awesome. Please do not get discouraged by the number of review iterations here. This is completely normal and expected during ramping up.
One last suggestion to merge `reportUseAfterFree` into `reportUseAfterInvalidation` (as this is only a special case of invalidation). The change of s/reportUseAfterFree/reportUseAfterScope.
https://github.com/llvm/llvm-project/pull/192504
More information about the cfe-commits
mailing list