<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Mar 14, 2012, at 18:22, Anna Zaks wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Mar 14, 2012, at 10:09 AM, Erik Verbruggen wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>On 14 mrt. 2012, at 17:57, Anna Zaks <<a href="mailto:ganna@apple.com">ganna@apple.com</a>> wrote:<br><br><blockquote type="cite"><br></blockquote><blockquote type="cite">On Mar 14, 2012, at 8:18 AM, Erik Verbruggen wrote:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><blockquote type="cite">Attached is probably the last one in the series.<br></blockquote></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">The patch looks good.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><blockquote type="cite">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?<br></blockquote></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">I'd keep the dead code. Looks like it's the C++ support which is just waiting to be improved and productized. <br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Thanks,<br></blockquote><blockquote type="cite">Anna.<br></blockquote><br>Should I commit the patch as-is, or add a comment that the recursive visit should be removed in the future?<br><br></div></blockquote><div><br></div>A comment mentioning linearized CFG is a good idea. </div></div></blockquote><div><br></div><div>svn rev. #152730.</div><br><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>(After looking at the code briefly, I am not sure if <span class="Apple-style-span" style="color: rgb(0, 96, 66); font-family: Monaco; font-size: 11px; ">AggExprVisitor </span>is needed at all. It looks like it's main purpose is to perform recursive visitation..)</div></div></blockquote><br></div><div>Neither am I, but I don't feel confident enough to just kill it.</div><div><br></div><div>-- Erik.</div><div><br></div><br></body></html>