[PATCH] D61757: [cmake] Remove MSVC C4355 override
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 9 13:46:50 PDT 2019
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
I noticed you can see these warnings by compiling with /Wall, by the way. It's MSVC's equivalent of Clang's -Weverything. So I guess that's the new next level after /W4 <https://reviews.llvm.org/W4>.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61757/new/
https://reviews.llvm.org/D61757
More information about the llvm-commits
mailing list