[PATCH] D38845: [ASTImporter] Support importing UnresolvedMemberExpr, DependentNameType, DependentScopeDeclRefExpr

Peter Szecsi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 19 05:31:50 PDT 2017


szepet added inline comments.


================
Comment at: lib/AST/ASTImporter.cpp:5500
+
+  TemplateArgumentListInfo ToTAInfo;
+  TemplateArgumentListInfo *ResInfo = nullptr;
----------------
xazax.hun wrote:
> According to phabricator this code is very similar to a snippet starting from line 4524 and some code bellow. Maybe it would be worth to have a function instead of duplicating?
Good point, I would do it in a separate patch and add it as a dependency if it is OK.


https://reviews.llvm.org/D38845





More information about the cfe-commits mailing list