[clang] [clang][AST][NFC] Add '[[fallthrough]]' to cases fall through (PR #85921)

John McCall via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 21 12:16:00 PDT 2024


rjmccall wrote:

Yeah, I don't think we need this change.  The comment is a little unnecessary, but it's not a big deal.  Really, the code ought to be using a visitor instead of a `switch`.

https://github.com/llvm/llvm-project/pull/85921


More information about the cfe-commits mailing list