[llvm-bugs] [Bug 33891] New: --autocomplete results contain a typo when completing warning flags
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Jul 22 05:44:33 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33891
Bug ID: 33891
Summary: --autocomplete results contain a typo when completing
warning 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: teemperor at gmail.com
CC: llvm-bugs at lists.llvm.org
Blocks: 33849
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
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/20170722/8ea5e37e/attachment-0001.html>
More information about the llvm-bugs
mailing list