This is an archive of the discontinued LLVM Phabricator instance.

[cmake] Remove MSVC C4355 override
ClosedPublic

Authored by RKSimon on May 9 2019, 1:39 PM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

RKSimon created this revision.May 9 2019, 1:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2019, 1:39 PM
Herald added a subscriber: mgorny. · View Herald Transcript
rnk accepted this revision.May 9 2019, 1:46 PM

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.

This revision is now accepted and ready to land.May 9 2019, 1:46 PM
This revision was automatically updated to reflect the committed changes.