[PATCH] D24243: [clang-move] A prototype tool for moving class definition to new file.
Kirill Bobyrev via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 6 02:07:19 PDT 2016
omtcyfz added inline comments.
================
Comment at: clang-move/ClangMove.h:25
@@ +24,3 @@
+
+// TODO(hokein): Make it support more types, e.g. function definitions.
+// Currently only support moving class definition.
----------------
`FIXME`?
https://reviews.llvm.org/D24243
More information about the cfe-commits
mailing list