This is an archive of the discontinued LLVM Phabricator instance.

Change InitListExpr dump to label and pointer
ClosedPublic

Authored by steveire on Dec 9 2018, 7:17 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

steveire created this revision.Dec 9 2018, 7:17 AM

My real preference is just to remove the array filler child node entirely and not add a pointer here. However, I'm just looking for something that has a chance of passing review.

aaron.ballman accepted this revision.Dec 9 2018, 10:08 AM

LGTM aside from a small nit.

lib/AST/ASTDumper.cpp
1956–1959 ↗(On Diff #177426)

Indented too far now.

This revision is now accepted and ready to land.Dec 9 2018, 10:08 AM
This revision was automatically updated to reflect the committed changes.