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

Reply via email to