]> granicus.if.org Git - clang/commit
Query CompilationDatabase right before running each compilation.
authorAlexander Kornienko <alexfh@google.com>
Wed, 27 Aug 2014 21:36:39 +0000 (21:36 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 27 Aug 2014 21:36:39 +0000 (21:36 +0000)
commitf0d0b64f1cab0399a01efdd07cbb9e3f7cf101d8
treee1dfa4888c079a5fc20163cea8aa9cd358a66e52
parenteaf4ee9a6f888acbe933ab41d32bfa4bd2f1feb0
Query CompilationDatabase right before running each compilation.

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

Reviewers: klimek, djasper

Reviewed By: djasper

Subscribers: klimek, cfe-commits

Differential Revision: http://reviews.llvm.org/D5086

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216620 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/Tooling.h
lib/Tooling/Tooling.cpp