[llvm-bugs] [Bug 33891] --autocomplete results contain a typo when completing warning flags

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jul 26 09:16:34 PDT 2017


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

Hans Wennborg <hans at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |hans at chromium.org

--- Comment #1 from Hans Wennborg <hans at chromium.org> ---
(In reply to Raphael Isemann from comment #0)
> Requesting clang to complete a "-Wno-XXX" flag with the help of the
> `--autocomplete` flag is returning wrong results in the current clang 5.0
> branch.
> 
> clang 5.0 is for example completing "-Wno" with "-Wnoeverything" instead of
> "-Wno-everything" (notice the missing "-" behind the "no"), causing the bash
> completion to suggest the wrong flag to the user.
> 
> This was fixed by Yuka in this commit: https://reviews.llvm.org/rL308824

Merged to 5.0 in r309130. Thanks!

-- 
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/20170726/12ed4a46/attachment-0001.html>


More information about the llvm-bugs mailing list