This patch adds command line option for iterative compilation, as well
as the code that invokes clang iteratively.
Communication between multiple runs is done over temporary files.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This patch needs to be applied along with the patch for llvm.
See http://reviews.llvm.org/D4723 for more details.
Comment Actions
This is the new version of the patch which adds support for the iterative compilation to clang.
Comment Actions
This patch can now be abandoned, as an updated version is available at http://reviews.llvm.org/D12200 .