This is an archive of the discontinued LLVM Phabricator instance.

[clang-cl] Let /W4 map to -Wall -Wextra instead of just -Wall.
AbandonedPublic

Authored by thakis on Dec 8 2015, 2:00 PM.

Details

Reviewers
hans
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 Timeline

thakis abandoned this revision.Dec 8 2015, 2:00 PM
thakis updated this revision to Diff 42217.
thakis retitled this revision from to [clang-cl] Let /W4 map to -Wall -Wextra instead of just -Wall..
thakis updated this object.
thakis added a reviewer: hans.
thakis added a subscriber: cfe-commits.

Forgot to add cfe-commits. I'll abandon this and send it out again.