]> granicus.if.org Git - clang/commit
Keep track of the size/modification time of each file source-location
authorDouglas Gregor <dgregor@apple.com>
Sun, 21 Mar 2010 22:49:54 +0000 (22:49 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 21 Mar 2010 22:49:54 +0000 (22:49 +0000)
commit2d52be56ff595341be3c6cec337af6763804ce66
tree5fe8ab2487f65468af2d0869bca2e6d0efe5f132
parent9d734f39f85e352c39370ca3a5fd15446f285a63
Keep track of the size/modification time of each file source-location
entry in a precompiled header, so that we can detect modified files
even when we miss in the stat cache.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99149 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticFrontendKinds.td
lib/Basic/SourceManager.cpp
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp