nickdesaulniers added inline comments.
================ Comment at: clang/lib/Sema/SemaExprCXX.cpp:5591-5594 + default: + llvm_unreachable("reached the end of BuildTypeTrait because the type " + "trait's type is unaccounted for"); + } ---------------- ``` llvm-project/clang/lib/Sema/SemaExprCXX.cpp:5591:3: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default] default: ^ ``` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D152034/new/ https://reviews.llvm.org/D152034 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits