[cfe-commits] [PATCH] Initial commit for cpp11-migrate tool.
Manuel Klimek
klimek at google.com
Tue Dec 11 22:17:54 PST 2012
================
Comment at: cpp11-migrate/Cpp11Migrate.cpp:15
@@ +14,3 @@
+/// Usage:
+/// cpp11-migrate <cmake-output-dir> <file1> <file2> ...
+///
----------------
Please adapt comment to how CommonOptionsParser exposes the options.
================
Comment at: cpp11-migrate/Cpp11Migrate.cpp:40
@@ +39,3 @@
+ // TODO: Create transforms requested by command-line.
+ ClangTool SyntaxTool(OptionsParser.GetCompilations(), OptionsParser.GetSourcePathList());
+
----------------
Indent.
http://llvm-reviews.chandlerc.com/D199
More information about the cfe-commits
mailing list