[PATCH] D55495: Change InitListExpr dump to label and pointer

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 9 10:08:13 PST 2018


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM aside from a small nit.



================
Comment at: lib/AST/ASTDumper.cpp:1956-1959
+      OS << " array_filler";
+      NodeDumper.dumpPointer(Filler);
+
       dumpStmt(Filler);
----------------
Indented too far now.


Repository:
  rC Clang

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

https://reviews.llvm.org/D55495





More information about the cfe-commits mailing list