Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--autocomplete API changed to show HelpText with flags #33323

Closed
llvmbot opened this issue Jul 28, 2017 · 1 comment
Closed

--autocomplete API changed to show HelpText with flags #33323

llvmbot opened this issue Jul 28, 2017 · 1 comment
Labels
bugzilla Issues migrated from bugzilla clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl'

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Jul 28, 2017

Bugzilla Link 33976
Resolution FIXED
Resolved on Jul 28, 2017 14:31
Version 5.0
OS All
Blocks #33196
Reporter LLVM Bugzilla Contributor
CC @zmodem

Extended Description

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

@zmodem
Copy link
Collaborator

zmodem commented Jul 28, 2017

Merged to 5.0 in r309437 (llvm part) and r309438 (clang part).

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl'
Projects
None yet
Development

No branches or pull requests

2 participants