[PATCH] D26592: [change-namespace] consider typedef/using alias decls in the moved namespace.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 14 07:33:02 PST 2016


hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.

looks good.



================
Comment at: unittests/change-namespace/ChangeNamespaceTests.cpp:829
                      "void f() {\n"
-                     "  using na::CA;\n"
-                     "  CA ca;\n"
+                     "  using ::na::C_A;\n"
+                     "  C_A ca;\n"
----------------
Any reason to change the existing test case?


https://reviews.llvm.org/D26592





More information about the cfe-commits mailing list