[PATCH] D43357: [Concepts] Function trailing requires clauses
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 16 01:37:58 PDT 2019
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
More information about the cfe-commits
mailing list