[PATCH] D55257: Inline handling of DependentSizedArrayType

Stephen Kelly via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 4 05:47:26 PST 2018


steveire added a comment.

In D55257#1318328 <https://reviews.llvm.org/D55257#1318328>, @aaron.ballman wrote:

> > 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"?


Can you relate your question to https://reviews.llvm.org/D55083 ?


Repository:
  rC Clang

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

https://reviews.llvm.org/D55257





More information about the cfe-commits mailing list