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.
Paths
| Differential D15349
[clang-cl] Let /W4 map to -Wall -Wextra instead of just -Wall. AbandonedPublic Authored by thakis on Dec 8 2015, 2:00 PM.
Details
Summary 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.
Diff Detail Event Timelinethakis retitled this revision from to [clang-cl] Let /W4 map to -Wall -Wextra instead of just -Wall.. thakis updated this object. Comment ActionsForgot to add cfe-commits. I'll abandon this and send it out again.
Revision Contents
Diff 42217 docs/UsersManual.rst
include/clang/Basic/DiagnosticGroups.td
include/clang/Driver/CLCompatOptions.td
include/clang/Driver/Options.td
test/Driver/cl-options.c
|