[PATCH] D38845: [ASTImporter] Support importing UnresolvedMemberExpr, DependentNameType, DependentScopeDeclRefExpr
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 19 05:33:45 PDT 2017
xazax.hun added inline comments.
================
Comment at: lib/AST/ASTImporter.cpp:5500
+
+ TemplateArgumentListInfo ToTAInfo;
+ TemplateArgumentListInfo *ResInfo = nullptr;
----------------
szepet wrote:
> 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.
Sure, that would be awesome. :)
https://reviews.llvm.org/D38845
More information about the cfe-commits
mailing list