aaron.ballman added a comment.

> It is necessary to perform all printing before any traversal to child nodes.

This piqued my interest -- is `VisitFunctionDecl()` then incorrect because it 
streams output, then dumps parameter children, then dumps more output, then 
dumps override children? Or do you mean "don't interleave `VisitFoo()` calls 
with streaming output"?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55257/new/

https://reviews.llvm.org/D55257



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to