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: unassignedclangb...@nondot.org
          Reporter: yuka...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to