[llvm-bugs] [Bug 33976] New: --autocomplete API changed to show HelpText with flags

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jul 28 06:12:21 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=33976

            Bug ID: 33976
           Summary: --autocomplete API changed to show HelpText with flags
           Product: clang
           Version: 5.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: yukatkh at gmail.com
                CC: llvm-bugs at lists.llvm.org
            Blocks: 33849

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


Referenced Bugs:

https://bugs.llvm.org/show_bug.cgi?id=33849
[Bug 33849] [meta] 5.0.0 Release Blockers
-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170728/85b9a766/attachment.html>


More information about the llvm-bugs mailing list