[PATCH] D42301: [ASTImporter] Support LambdaExprs and improve template support

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 24 08:41:21 PST 2018


a.sidorin added a comment.

In https://reviews.llvm.org/D42301#984695, @xazax.hun wrote:

> 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?


I'd rather create a separate patch - this one is already large enough. Is it OK?


Repository:
  rC Clang

https://reviews.llvm.org/D42301





More information about the cfe-commits mailing list