================
@@ -480,6 +485,54 @@ class LifetimeSafetySemaHelperImpl : public
LifetimeSafetySemaHelper {
return "";
}
+ const Expr *extractExpr(const Expr *E) {
----------------
usx95 wrote:
Please do not introduce this function. We should not be needing to do this.
This goes against the core fact flow generation principle of the analysis to
associate origins with every sub-expression type in the AST. The "PureExpr"
should already be a part of the origin flow chain.
https://github.com/llvm/llvm-project/pull/199345
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits