[PATCH] D27523: [change-namespace] don't fix using shadow decls in classes.

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 7 07:24:47 PST 2016


ioeric created this revision.
ioeric added a reviewer: bkramer.
ioeric added a subscriber: cfe-commits.

Using shadow declarations in classes always refers to base class, which does not
need to be fixed/qualified since it can be inferred from inheritance.


https://reviews.llvm.org/D27523

Files:
  change-namespace/ChangeNamespace.cpp
  unittests/change-namespace/ChangeNamespaceTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27523.80595.patch
Type: text/x-patch
Size: 5115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161207/3b5ff38e/attachment-0001.bin>


More information about the cfe-commits mailing list