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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM