[PATCH] D27523: [change-namespace] don't fix using shadow decls in classes.
Benjamin Kramer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 7 09:10:23 PST 2016
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
More information about the cfe-commits
mailing list