martong requested changes to this revision. martong added inline comments. This revision now requires changes to proceed.
================ Comment at: lib/AST/ASTImporter.cpp:3053 + D->isInlineSpecified(), D->isImplicit(), D->isConstexpr(), + InheritedConstructor(), FromConstructor->getTrailingRequiresClause())) return ToFunction; ---------------- First you have to import the trailing requires clause and then pass the imported Expr here. I think you can reuse the `importSeq` call above. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D43357/new/ https://reviews.llvm.org/D43357 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits