]> granicus.if.org Git - clang/commit
rework the stat cache, pulling it out of FileManager.h into
authorChris Lattner <sabre@nondot.org>
Tue, 23 Nov 2010 19:19:34 +0000 (19:19 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Nov 2010 19:19:34 +0000 (19:19 +0000)
commit10e286aa8d39fb51a21412850265d9dae74613ee
tree94ef75b4f0ebc54bbbf60c7e7c17fee034a99492
parent6c6feaca2b1f006e4aaed60c784fe876b63f56d2
rework the stat cache, pulling it out of FileManager.h into
its own header and giving it some more structure.  No
functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120030 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/FileManager.h
include/clang/Basic/FileSystemStatCache.h [new file with mode: 0644]
include/clang/Lex/PTHManager.h
lib/Basic/CMakeLists.txt
lib/Basic/FileManager.cpp
lib/Basic/FileSystemStatCache.cpp [new file with mode: 0644]
lib/Frontend/CacheTokens.cpp
lib/Lex/PTHLexer.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
lib/Serialization/GeneratePCH.cpp