[llvm-bugs] [Bug 25563] New: [clang-cl] /W4 should probably turn on -Wextra
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Nov 17 17:56:16 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=25563
Bug ID: 25563
Summary: [clang-cl] /W4 should probably turn on -Wextra
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Driver
Assignee: unassignedclangbugs at nondot.org
Reporter: nicolasweber at gmx.de
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Currently, all /w flags in clang-cl just map to -Wall. /W4 in cl has a bunch of
stuff that in clang is under -Wextra, so /w4 should probably map to -Wall
-Wextra...
--
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/20151118/dd5349a3/attachment.html>
More information about the llvm-bugs
mailing list