[PATCH] D24380: [migrate-tool] Framework for a codebase-dependent migration tool.
Eric Liu via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 13 01:39:45 PDT 2016
ioeric added inline comments.
================
Comment at: migrate-tool/HeaderBuild.h:29
@@ +28,3 @@
+
+ std::string generateContent() const;
+
----------------
klimek wrote:
> This all needs more comments :)
> I assume we'll also need to somehow give this a "style" at some point? Or alternatively create dumb data structures, and have a style interface that can create the actual source according to a style from the data we provide?
Will add `style` support when necessary. Added FIXME for now.
https://reviews.llvm.org/D24380
More information about the cfe-commits
mailing list