[clang] [ASTContext] Add a break to nested switch in `encodeTypeForFunctionPointerAuth` (PR #99763)

Akira Hatanaka via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 22 10:00:17 PDT 2024


ahatanak wrote:

Should we use unreachable If it's not possible to suppress the warning from gcc?

https://llvm.org/docs/CodingStandards.html#don-t-use-default-labels-in-fully-covered-switches-over-enumerations

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


More information about the cfe-commits mailing list