[llvm-bugs] [Bug 43568] -Wall is interpreted as -Weverything in the windows driver

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Oct 4 13:09:19 PDT 2019


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

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 CC|                            |rnk at google.com

--- Comment #1 from Reid Kleckner <rnk at google.com> ---
This is intended behavior to match cl.exe, it was done in r319116. I can't find
any public discussion about it, but I remember spending time on it. You can use
-W[123] to get the regular -Wall group.

-- 
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/20191004/ca07b9ac/attachment.html>


More information about the llvm-bugs mailing list