================
@@ -480,6 +485,54 @@ class LifetimeSafetySemaHelperImpl : public 
LifetimeSafetySemaHelper {
     return "";
   }
 
+  const Expr *extractExpr(const Expr *E) {
----------------
NeKon69 wrote:

I am wondering if there's a better approach for this? Because what this looks 
like to me is that we will have to handle all of the visitor functions we 
created in `FactsGenerator` which is really hard to maintain IMO. I don't 
really have anything in mind though, and it really might be the only option we 
have.

https://github.com/llvm/llvm-project/pull/199345
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to