This is an archive of the discontinued LLVM Phabricator instance.

[clang][analyzer][NFC] Remove unnecessary FALLTHROUGH markers
ClosedPublic

Authored by gribozavr on May 30 2023, 8:41 AM.

Details

Summary

They are redundant with the [[fallthrough]]; attribute that follows.

Diff Detail

Event Timeline

gribozavr created this revision.May 30 2023, 8:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 30 2023, 8:41 AM
gribozavr requested review of this revision.May 30 2023, 8:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 30 2023, 8:41 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
steakhal accepted this revision.May 30 2023, 9:00 AM
This revision is now accepted and ready to land.May 30 2023, 9:00 AM
gribozavr2 retitled this revision from [clang] Remove unnecessary FALLTHROUGH markers to [clang][analyzer][NFC] Remove unnecessary FALLTHROUGH markers.May 30 2023, 9:01 AM
This revision was landed with ongoing or failed builds.May 30 2023, 9:16 AM
This revision was automatically updated to reflect the committed changes.