This is an archive of the discontinued LLVM Phabricator instance.

Query CompilationDatabase right before running each compilation.
ClosedPublic

Authored by alexfh on Aug 27 2014, 8:26 AM.

Details

Summary

Query CompilationDatabase right before running each compilation. This allows
supporting compilation databases that change external state required for
successful compilation.

Diff Detail

Event Timeline

alexfh updated this revision to Diff 12991.Aug 27 2014, 8:26 AM
alexfh retitled this revision from to Query CompilationDatabase right before running each compilation..
alexfh updated this object.
alexfh edited the test plan for this revision. (Show Details)
alexfh added reviewers: djasper, klimek.
alexfh added a subscriber: Unknown Object (MLST).
djasper accepted this revision.Aug 27 2014, 9:29 AM
djasper edited edge metadata.

Looks good.

lib/Tooling/Tooling.cpp
334

Why?

This revision is now accepted and ready to land.Aug 27 2014, 9:29 AM
alexfh added inline comments.Aug 27 2014, 2:28 PM
lib/Tooling/Tooling.cpp
334

You mean inability of clang-format to reflow comments when it breaks long lines? ;)

Did some gq-ing in vim.

alexfh closed this revision.Aug 27 2014, 2:46 PM