martong accepted this revision. martong added a comment. This revision is now accepted and ready to land.
LGTM! Thanks! ================ Comment at: clang/lib/AST/ASTImporter.cpp:4479 + } + assert(ToD && "BuiltinTemplateDecl of unsupported kind!"); + Importer.MapImported(D, ToD); ---------------- Nit: perhaps `llvm_unreachable` is more appropriate here. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69566/new/ https://reviews.llvm.org/D69566 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits