factor the "cache miss" handling code out of FM into a static
commit11aa4b03b054cb9d3c201bba5632241145865e29
authorChris Lattner <sabre@nondot.org>
Tue, 23 Nov 2010 19:56:39 +0000 (23 19:56 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Nov 2010 19:56:39 +0000 (23 19:56 +0000)
treee2870984eacece20d7cfe36bf8556127737e51a3
parentf8f6129861f3972dab2c5a6cde29711ac780a7d0
factor the "cache miss" handling code out of FM into a static
method in FileSystemStatCache.

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