================ 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
