]> granicus.if.org Git - clang/commit
pull "is directory" handling into FileManager::getStatValue
authorChris Lattner <sabre@nondot.org>
Tue, 23 Nov 2010 20:50:22 +0000 (20:50 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Nov 2010 20:50:22 +0000 (20:50 +0000)
commitf9f7766846a205bc900b578f944567e679b221aa
treecbc821a4348094be5cc22204e8fcac0d922f650e
parentdfa1edbebeda7ec3a7a9c45e4317de9241aa9883
pull "is directory" handling into FileManager::getStatValue
which simplifies clients and is important for future directions.
Add a FD member to FileEntry which isn't used but will be shortly.

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