]> granicus.if.org Git - clang/commit
Implement dependency analysis for the precompiled preamble. If any of
authorDouglas Gregor <dgregor@apple.com>
Sat, 31 Jul 2010 00:40:00 +0000 (00:40 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 31 Jul 2010 00:40:00 +0000 (00:40 +0000)
commitcc5888d833caf90ebda37f24da40d2cd06b4d820
tree6dc571d547e7b6116db03fa68d26420f3fdb2aa2
parent036cdf05ef011f564fdec3cf949fbcec41a71a77
Implement dependency analysis for the precompiled preamble. If any of
the files in the precompiled preamble have changed since it was build,
force the preamble to be rebuilt.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109937 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/SourceManager.h
include/clang/Frontend/ASTUnit.h
lib/Basic/Diagnostic.cpp
lib/Frontend/ASTUnit.cpp