[cfe-commits] [PATCH] Initial commit for cpp11-migrate tool.

Manuel Klimek klimek at google.com
Tue Dec 11 02:49:01 PST 2012



================
Comment at: cpp11-migrate/Cpp11Migrate.cpp:15
@@ +14,3 @@
+/// Usage:
+/// cpp11-migrate <cmake-output-dir> <file1> <file2> ...
+///
----------------
Can you instead use the CommonOptionsParser, as documented in:
http://clang.llvm.org/docs/LibTooling.html
This will slightly change the options (the directory will be an optional parameter, since we have auto-detection of the compilation database now)


http://llvm-reviews.chandlerc.com/D199



More information about the cfe-commits mailing list