This is an archive of the discontinued LLVM Phabricator instance.

Add 'detailed-ast' output as an alias for 'dump'
ClosedPublic

Authored by steveire on Oct 22 2018, 7:57 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

steveire created this revision.Oct 22 2018, 7:57 AM
steveire updated this revision to Diff 170427.Oct 22 2018, 8:33 AM

Update tests

aaron.ballman accepted this revision.Oct 23 2018, 6:01 AM

LGTM with some fixes to the wording.

clang-query/Query.cpp
57 ↗(On Diff #170427)

Add full stop at the end of the sentence.

59 ↗(On Diff #170427)

Typo: deatiled -> detailed

clang-query/QueryParser.cpp
119 ↗(On Diff #170427)

This is reasonable, but as you add new output modes, hopefully this list won't need to be duplicated from above.

This revision is now accepted and ready to land.Oct 23 2018, 6:01 AM
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.