This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Make PopulateSwitch a fix.
ClosedPublic

Authored by sammccall on Oct 2 2020, 3:18 AM.

Details

Summary

It fixes the -Wswitch warning, though we mark it as a fix even if that is off.
This makes it the "recommended" action on an incomplete switch, which seems OK.

Diff Detail

Event Timeline

sammccall created this revision.Oct 2 2020, 3:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 2 2020, 3:18 AM
sammccall requested review of this revision.Oct 2 2020, 3:18 AM
kadircet accepted this revision.Oct 2 2020, 3:25 AM
This revision is now accepted and ready to land.Oct 2 2020, 3:25 AM
This revision was automatically updated to reflect the committed changes.