[PATCH] D73852: [clang] detect switch fallthrough marked by a comment (PR43465)
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 12 06:31:34 PST 2020
xbolva00 added a comment.
I think that this patch is needed since we need to deal with this situation somehow because fallthru comments are used in many real world code.
But I am personally against extending it more and use comments to disable warnings generally.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73852/new/
https://reviews.llvm.org/D73852
More information about the cfe-commits
mailing list