LGTM
================
Comment at: lib/Sema/SemaDecl.cpp:349
@@ +348,3 @@
+synthesizeCurrentNestedNameSpecifier(ASTContext &Context, DeclContext *DC) {
+ DC = DC->getPrimaryContext();
+ for (; DC != nullptr; DC = DC->getLookupParent()) {
----------------
This looks redundant.http://reviews.llvm.org/D3995 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
