[PATCH] D26966: [clang-move] Add some options allowing to add old/new.h to new/old.h respectively.

Eric Liu via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 23 02:00:24 PST 2016


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

Lg.



================
Comment at: unittests/clang-move/ClangMoveTests.cpp:424
+  const char TestHeader[] = "class A {};\n"
+                                 "class B {};\n";
+  const char TestCode[] = "#include \"foo.h\"\n";
----------------
Is this indented correctly? or just phabricator bug?


https://reviews.llvm.org/D26966





More information about the cfe-commits mailing list