aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/FileSystemStatCache.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-26Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer1-5/+4
2014-07-08Improve memory ownership of vfs::Files in the FileSystemStatCache by using st...David Blaikie1-8/+5
2014-07-07Fix memory leak in FileSystemStatCache.Manuel Klimek1-0/+1
2014-06-12Replace llvm::error_code with std::error_code.Rafael Espindola1-1/+1
2014-05-23Stopgap fix for finding module for a file mapped in the VFSBen Langmuir1-0/+1
2014-05-08[C++11] Use 'nullptr'.Craig Topper1-2/+2
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles1-1/+1
2014-03-07Change OwningPtr::take() to OwningPtr::release().Ahmed Charles1-1/+1
2014-02-28Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir1-0/+1
2014-02-27Revert "Honour 'use-external-names' in FileManager"Ben Langmuir1-1/+0
2014-02-27Honour 'use-external-names' in FileManagerBen Langmuir1-0/+1
2014-02-20Recommit virtual file systemBen Langmuir1-21/+23
2014-02-20Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka1-23/+21
2014-02-19Initial implementation of virtual file systemBen Langmuir1-21/+23
2013-08-01Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola1-16/+32
2013-07-16Update for llvm API change.Rafael Espindola1-8/+4
2012-12-11Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis1-9/+11
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+2
2010-12-17Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}.Michael J. Spencer1-1/+1
2010-12-02attempt to fix a buildbot failure, apparently apache fails to build.Chris Lattner1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-11-24Fix 2 problems with Chris Lattner's FileManager redesign on Windows.Francois Pichet1-1/+1
2010-11-23The final result of all this refactoring: instead of doing stat immediatelyChris Lattner1-3/+38
2010-11-23if we succeed in opening a directory but expected a file, ensure we don'tChris Lattner1-1/+22
2010-11-23change the 'is directory' indicator to be a null-or-notChris Lattner1-2/+28
2010-11-23replicate a terrible hack to fix a build error on VC++Chris Lattner1-0/+4
2010-11-23simplify the cache miss handling code, eliminating CacheMissing.Chris Lattner1-6/+1
2010-11-23r120013 dropped passing in the precomputed file size to Chris Lattner1-1/+0
2010-11-23PCH files only cache successful stats. Remove the code that reads/writes Chris Lattner1-1/+1
2010-11-23rework the stat cache, pulling it out of FileManager.h intoChris Lattner1-0/+40