[PATCH] D24243: [clang-move] A prototype tool for moving class definition to new file.

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 6 12:03:23 PDT 2016


Eugene.Zelenko added inline comments.

================
Comment at: clang-move/ClangMove.h:13
@@ +12,3 @@
+
+#include <map>
+#include <string>
----------------
Isn't C++ headers should be after Clang headers?


https://reviews.llvm.org/D24243





More information about the cfe-commits mailing list