[PATCH] D107933: [clang] Expose unreachable fallthrough annotation warning
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 12 14:12:38 PDT 2021
dblaikie added a comment.
Probably still worth fixing the bug too? (though maybe not a priority once it's moved out into -Wunreachable-code) - though the general fix, as discussed on the bug (comment 18 and 19 about why this doesn't already produce an unreachable-code warning), may require a significant amount of work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107933/new/
https://reviews.llvm.org/D107933
More information about the cfe-commits
mailing list