rjmccall added inline comments.
================ Comment at: clang/lib/CodeGen/CGBuiltin.cpp:4351 + default: + llvm_unreachable("Bad evaluation kind in EmitBuiltinExpr"); + } ---------------- We generally don't add `default` cases to exhaustive switches. You can put this `llvm_unreachable` after the switch. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D72271/new/ https://reviews.llvm.org/D72271 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits