[PATCH] D23096: [Sema] Pass CombineWithOuterScope = true to constructor of LocalInstantiationScope
Akira Hatanaka via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 3 17:59:33 PDT 2016
ahatanak added a comment.
In each of these cases, "foo::a" is a non-dependent type, so it seems that clang shouldn't use DependentScopeDeclRefExpr or CXXDependentScopeMemberExpr in the AST when the template definitions are parsed.
https://reviews.llvm.org/D23096
More information about the cfe-commits
mailing list