bkramer accepted this revision. bkramer added inline comments. This revision is now accepted and ready to land.
================ Comment at: change-namespace/ChangeNamespace.cpp:331 + // Using shadow declarations in classes always refers to base class, which + // does not need to be qualified since it can be inferred from inheritance. + auto UsingShadowDeclInClass = ---------------- Maybe add to this comment that you're matching non-alias using declarations. https://reviews.llvm.org/D27523 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits