]> granicus.if.org Git - clang/commit
[clang-cl] Let /W4 map to -Wall -Wextra instead of just -Wall.
authorNico Weber <nicolasweber@gmx.de>
Fri, 11 Dec 2015 22:31:16 +0000 (22:31 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 11 Dec 2015 22:31:16 +0000 (22:31 +0000)
commit73e51e88d5ed202c6c828d88371f2d694fd9826a
tree02d2c0a16cab50035f22ece7708b3bed331f81f9
parent0bcdfea9041f7d7a2c7ed642e53b2a5bc43a37a5
[clang-cl] Let /W4 map to -Wall -Wextra instead of just -Wall.

There's no way to make a flag alias to two flags, so add a /WCL4 flag that
maps to the All, Extra diag groups.  Fixes PR25563.

http://reviews.llvm.org/D15350

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255382 91177308-0d34-0410-b5e6-96231b3b80d8
docs/UsersManual.rst
include/clang/Basic/DiagnosticGroups.td
include/clang/Driver/CLCompatOptions.td
include/clang/Driver/Options.td
test/Driver/cl-options.c