Attached is probably the last one in the series. After that patch, there are two calls to ExprEngine::Visit left. One is in ExprEngine::ProcessStmt, but will have to stay there. The other one is in AggExprVisitor, called from ExprEngine::VisitAggExpr. This last one is only called from disabled code in ExprEngine::VisitCXXConstructExpr. Is it safe to remove this code too?
-- Erik.
0001-Remove-unnecessary-recursive-visits-for-ExprWithClea.patch
Description: Binary data
On Mar 14, 2012, at 1:21, Ted Kremenek wrote: > LGTM. > > On Mar 5, 2012, at 4:09 AM, Erik Verbruggen <[email protected]> wrote: > >> This time in the VisitCXXConstructExpr method. >> >> -- Erik. >> >> <0001-Removes-more-recursive-visitations-in-ExprEngine-tha.patch>_______________________________________________ >> cfe-commits mailing list >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
