[PATCH] clang-modernize: Introduce process-based parallelism

Manuel Klimek klimek at google.com
Thu Oct 17 06:54:48 PDT 2013



================
Comment at: clang-modernize/tool/ClangModernize.cpp:422
@@ +421,3 @@
+
+  J.Args.push_back(SourceFileName);
+}
----------------
So, why not instead call clang-modernize subprocesses like this:
clang-modernize -extra1 -extra2 -f file_name -- <dump all compile commands here>

That would seem to "just work" with the fixed compilation database?


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



More information about the cfe-commits mailing list