That decl kind is currently not implemented. BuiltinTemplateDecl is for decls that are hardcoded in the
ASTContext, so we can import them like we do other builtin decls by just taking the equivalent
decl from the target ASTContext.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM! Thanks!
clang/lib/AST/ASTImporter.cpp | ||
---|---|---|
4479 | Nit: perhaps llvm_unreachable is more appropriate here. |
Nit: perhaps llvm_unreachable is more appropriate here.