[clang] [LifetimeSafety] Add support for `new`/`delete` (PR #192504)
Utkarsh Saxena via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 19 11:28:16 PDT 2026
================
@@ -274,7 +303,8 @@ class LifetimeChecker {
}
/// Returns the declaration of a function that is visible across translation
- /// units, if such a declaration exists and is different from the definition.
+ /// units, if such a declaration exists and is different from the
+ /// definition.
----------------
usx95 wrote:
This looks like an unintentional change.
https://github.com/llvm/llvm-project/pull/192504
More information about the cfe-commits
mailing list