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

Reply via email to