[PATCH] D26844: [clang-move] Fix not moving using-decls in global namespace in old.cc

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 18 02:29:14 PST 2016


hokein added inline comments.


================
Comment at: test/clang-move/move-multiple-classes.cpp:21
 // CHECK-OLD-TEST-CPP: #include "{{.*}}multiple_class_test.h"
+// CHECK-OLD-TEST-CPP: using a::Move1;
+// CHECK-OLD-TEST-CPP: using namespace a;
----------------
ioeric wrote:
> Would there be empty lines between these using decls? If so, please add FIXME if you want to handle this in the future.
Yes. Done.


https://reviews.llvm.org/D26844





More information about the cfe-commits mailing list