This is an archive of the discontinued LLVM Phabricator instance.

Sort the autocomplete candidates before printing them out.
ClosedPublic

Authored by ruiu on Jun 23 2017, 8:16 AM.

Details

Summary

Currently, autocompleted options are displayed in the same order as we
wrote them in .td files. This patch sort them out in clang so that they
are sorted alphabetically. This should improve usability.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu created this revision.Jun 23 2017, 8:16 AM
yamaguchi accepted this revision.Jun 23 2017, 8:27 AM

LGTM! Thanks for the patch.

This revision is now accepted and ready to land.Jun 23 2017, 8:27 AM
This revision was automatically updated to reflect the committed changes.