Distinguish "--autocomplete=-someflag" and "--autocomplete=-someflag,"
because the latter indicates that the user put space before pushing tab
which should end up in a file completion.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D53639
[autocompletion] Handle the space before pressing tab ClosedPublic Authored by yamaguchi on Oct 24 2018, 4:07 AM.
Details Summary Distinguish "--autocomplete=-someflag" and "--autocomplete=-someflag,"
Diff Detail
Event Timelineteemperor added inline comments. This revision now requires changes to proceed.Oct 24 2018, 4:15 AM This revision is now accepted and ready to land.Oct 24 2018, 4:52 AM Closed by commit rC345133: [autocompletion] Handle the space before pressing tab (authored by yamaguchi). · Explain WhyOct 24 2018, 5:45 AM Closed by commit rL345133: [autocompletion] Handle the space before pressing tab (authored by yamaguchi). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 170856 lib/Driver/Driver.cpp
test/Driver/autocomplete.c
|