davrec added inline comments.
================ Comment at: clang/lib/AST/ASTContext.cpp:12367 + case Type::Class: \ + llvm_unreachable("Unexpected " Kind ": " #Class); + ---------------- Could we just return `X` here? Would that just default to the old behavior instead of crashing whenever unforeseen cases arise? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D111283/new/ https://reviews.llvm.org/D111283 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits