This is an archive of the discontinued LLVM Phabricator instance.

clang-cl: Alias /wd5054 to -Wno-deprecated-anon-enum-enum-conversion
AcceptedPublic

Authored by ki.stfu on Sep 9 2020, 4:43 AM.

Details

Summary

From here https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warnings-c4800-through-c4999:

operator 'operator-name': deprecated between enumerations of different types

Diff Detail

Event Timeline

ki.stfu created this revision.Sep 9 2020, 4:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 9 2020, 4:43 AM
ki.stfu requested review of this revision.Sep 9 2020, 4:43 AM
hans accepted this revision.Nov 4 2020, 5:00 AM

lgtm

This revision is now accepted and ready to land.Nov 4 2020, 5:00 AM