================
@@ -441,6 +423,19 @@ class LifetimeSafetySemaHelperImpl : public
LifetimeSafetySemaHelper {
}
private:
+ void reportInvalidationNote(const Expr *InvalidationExpr,
+ StringRef InvalidatedSubject) {
+ if (isa<CXXDeleteExpr>(InvalidationExpr)) {
----------------
iitianpushkar wrote:
Sure, this will definitely make the code more cleaner.
Thanks.
https://github.com/llvm/llvm-project/pull/204900
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits