[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
Showing
- docs/UsersManual.rst 1 addition, 1 deletiondocs/UsersManual.rst
- include/clang/Basic/DiagnosticGroups.td 4 additions, 1 deletioninclude/clang/Basic/DiagnosticGroups.td
- include/clang/Driver/CLCompatOptions.td 1 addition, 1 deletioninclude/clang/Driver/CLCompatOptions.td
- include/clang/Driver/Options.td 1 addition, 0 deletionsinclude/clang/Driver/Options.td
- test/Driver/cl-options.c 2 additions, 1 deletiontest/Driver/cl-options.c
Loading
Please register or sign in to comment