[PATCH] D26844: [clang-move] Fix not moving using-decls in global namespace in old.cc
Eric Liu via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 18 02:18:42 PST 2016
ioeric 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;
----------------
Would there be empty lines between these using decls? If so, please add FIXME if you want to handle this in the future.
https://reviews.llvm.org/D26844
More information about the cfe-commits
mailing list