This is an archive of the discontinued LLVM Phabricator instance.

Re-word command help for clang-query
ClosedPublic

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

Details

Summary

This will make it possible to easily

  • Add new commands which accept <feature> parameters
  • Extend the list of features

Diff Detail

Event Timeline

steveire created this revision.Oct 22 2018, 7:49 AM
aaron.ballman accepted this revision.Oct 23 2018, 5:57 AM

LGTM aside from some minor wording nits.

clang-query/Query.cpp
53

pretty-print -> Pretty-print
Add full stop at the end of the sentence.

55

diagnostic -> Diagnostic
Add full stop at the end of the sentence.

57

Add full stop at the end of the sentence.

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