================
@@ -550,11 +550,25 @@ class LifetimeSafetySemaHelperImpl : public
LifetimeSafetySemaHelper {
return "expression";
}
+ bool isInvalidExpr(const Expr *E) {
----------------
Xazax-hun wrote:
I wonder if we need this function. Would `E == E->IgnoreImplicit()` be a viable
test to see if we have an implicit node?
https://github.com/llvm/llvm-project/pull/204592
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits