<div style="font-family: arial, helvetica, sans-serif; font-size: 10pt"><div dir="ltr">Just FYI, 'Decl' is an abbreviation of Declaration, not Declarator. Was the function actually dumping the entire declaration, or was it in fact just dumping the declarator?</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Dec 3, 2012 at 2:01 AM, Philip Craig <span dir="ltr"><<a href="mailto:philipjcraig@gmail.com" target="_blank">philipjcraig@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Also rename DumpDeclarator() to dumpDecl(). Once Decl dumping is added, these will be the two main methods of the class, so this is just for consistency in naming.<br>

<br>
There was a DumpStmt() method already, but there was no point in having it, so I have merged it into VisitStmt(). Similarly, DumpExpr() is merged into VisitExpr().<br>
<br>
<a href="http://llvm-reviews.chandlerc.com/D156" target="_blank">http://llvm-reviews.chandlerc.com/D156</a><br>
<br>
Files:<br>
  lib/AST/StmtDumper.cpp<br>
<br>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br></blockquote></div><br></div></div>