summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/FileSystemStatCache.h
Commit message (Expand)AuthorAgeFilesLines
* Remove stat cache chaining as it's no longer needed after PTH support has beenAlex Lorenz2018-12-211-30/+0
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-8/+12
* Remove trailing spaceFangrui Song2018-07-301-3/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-8/+8
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2018-03-281-20/+33
* Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC)Mehdi Amini2016-10-111-4/+4
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* unique_ptr-ify FileSystemStatCache::setNextStatCacheDavid Blaikie2014-08-111-2/+2
* unique_ptr-ify FileSystemStatCache::takeNextStatCacheDavid Blaikie2014-08-101-1/+3
* Improve memory ownership of vfs::Files in the FileSystemStatCache by using st...David Blaikie2014-07-081-4/+9
* Remove unused sys/stat.h includesAlp Toker2014-07-071-2/+0
* Stopgap fix for finding module for a file mapped in the VFSBen Langmuir2014-05-231-0/+4
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-111-2/+2
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-2/+2
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-2/+2
* Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-281-0/+2
* Revert "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-271-2/+0
* Honour 'use-external-names' in FileManagerBen Langmuir2014-02-271-0/+2
* Recommit virtual file systemBen Langmuir2014-02-201-9/+14
* Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka2014-02-201-14/+9
* Initial implementation of virtual file systemBen Langmuir2014-02-191-9/+14
* Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola2013-08-011-19/+28
* Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis2012-12-111-9/+10
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Documentation cleanup:James Dennett2012-07-021-3/+4
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-021-3/+4
* Convert comments to proper Doxygen comments.Dmitri Gribenko2012-06-081-2/+2
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* change the 'is directory' indicator to be a null-or-notChris Lattner2010-11-231-12/+17
* simplify the cache miss handling code, eliminating CacheMissing.Chris Lattner2010-11-231-10/+7
* factor the "cache miss" handling code out of FM into a static Chris Lattner2010-11-231-2/+17
* PCH files only cache successful stats. Remove the code that reads/writes Chris Lattner2010-11-231-10/+3
* rework the stat cache, pulling it out of FileManager.h intoChris Lattner2010-11-231-0/+91