[PATCH] D42301: [ASTImporter] Support LambdaExprs and improve template support
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 23 00:01:26 PST 2018
xazax.hun added a comment.
High level note: `clang::TypeAliasDecl` has the same issue as `CXXRecordDecl`, so templated versions should not be added to the DeclContext. Could you add that just for the sake of completeness?
Repository:
rC Clang
https://reviews.llvm.org/D42301
More information about the cfe-commits
mailing list