LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 33976 - --autocomplete API changed to show HelpText with flags
Summary: --autocomplete API changed to show HelpText with flags
Status: RESOLVED FIXED
Alias: None
Product: clang
Classification: Unclassified
Component: Driver (show other bugs)
Version: 5.0
Hardware: All All
: P release blocker
Assignee: Unassigned Clang Bugs
URL:
Keywords:
Depends on:
Blocks: 33849
  Show dependency tree
 
Reported: 2017-07-28 06:12 PDT by Yuka Takahashi
Modified: 2017-07-28 14:31 PDT (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuka Takahashi 2017-07-28 06:12:21 PDT
In current 5.0 branch, --autocomplete shows results in `-foo -bar` format, but changed this to show 
```
-foo  [foo's helptext]
-bar  [bar's helptext]
```
which is a quite large change in --autocomplete API. So I hope this to be merged in 5.0, to avoid a large API difference between 5.0 and 6.0.

Fixed in commmit: https://reviews.llvm.org/rL309113
Comment 1 Hans Wennborg 2017-07-28 14:31:50 PDT
Merged to 5.0 in r309437 (llvm part) and r309438 (clang part).