summaryrefslogtreecommitdiffstats
path: root/lib/Basic/FileManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r352079:Hans Wennborg2019-01-251-24/+11
* Remove stat cache chaining as it's no longer needed after PTH support has beenAlex Lorenz2018-12-211-35/+3
* [clang] Fill RealPathName for virtual files.Kadir Cetinkaya2018-11-301-10/+14
* [FileManager] getFile(open=true) after getFile(open=false) should open the file.Sam McCall2018-11-191-19/+32
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-6/+6
* Fix build bot after r340598.Eric Liu2018-08-241-8/+12
* [FileManager] Do not call 'real_path' in getFile().Eric Liu2018-08-241-4/+8
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-08-061-3/+5
* Remove trailing spaceFangrui Song2018-07-301-8/+8
* Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Stat...Reid Kleckner2018-07-261-5/+3
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-07-261-3/+5
* Revert "[VFS] Cleanups to VFS interfaces."Jordan Rupprecht2018-07-241-1/+1
* [VFS] Cleanups to VFS interfaces.Sam McCall2018-07-241-1/+1
* Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with ...Eric Liu2018-07-111-5/+3
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-07-111-3/+5
* [Frontend] Honor UserFilesAreVolatile flag getting file buffer in ASTUnitIvan Donchevskii2018-06-061-3/+3
* Add vfs::FileSystem::getRealPathEric Liu2018-05-171-16/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* Revert r329698 (and r329702).Nico Weber2018-04-271-2/+16
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-271-1/+1
* Attempt to fix Windows build after r329698.Nico Weber2018-04-101-1/+1
* Use llvm::sys::fs::real_path() in clang.Nico Weber2018-04-101-16/+2
* Use VFS operations in FileManager::makeAbsolutePath.Ilya Biryukov2017-08-021-1/+1
* FileManager: mark virtual file entries as valid entriesErik Verbruggen2017-03-281-0/+1
* Apply clang-tidy's performance-unnecessary-value-param to parts of clang.Benjamin Kramer2017-03-211-3/+3
* Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC)Mehdi Amini2016-10-111-6/+6
* Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)Mehdi Amini2016-10-101-1/+1
* Fix build broken after llvm/ADT/DenseMap.h replacement of climits with limits.Eugene Zelenko2016-08-131-1/+6
* [NFC] Header cleanupMehdi Amini2016-07-181-3/+0
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-0/+3
* Revert r272562 for build bot failure (clang-x86-win2008-selfhost)Taewook Oh2016-06-131-3/+0
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-0/+3
* Revert commit r271708Taewook Oh2016-06-041-3/+0
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-031-0/+3
* [FileManager] Don't crash if reading from stdin and stat(".") failsDavid Majnemer2016-04-121-1/+1
* Remove the egregious PCHContainer layering hack that doesn't seem to be neces...Benjamin Kramer2016-02-011-5/+0
* unique_ptrify some collections in FileManagerDavid Blaikie2015-12-091-16/+10
* [Basic] Rangify two for loops. NFC.Vedant Kumar2015-12-091-4/+4
* [modules] Refactor handling of -fmodules-embed-*. Track this properly ratherRichard Smith2015-11-261-1/+1
* Moving FileManager::removeDotPaths to llvm::sys::path::remove_dotsMike Aizatsky2015-11-091-34/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-2/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+2
* [FileManager] Use StringRef::copy to store canonical paths.Benjamin Kramer2015-08-041-9/+3
* [modules] Fix issue where building a module from a relative path when -workin...Argyrios Kyrtzidis2015-07-311-2/+14
* Add a comment explaining differing Windows behavior.Sean Silva2015-07-301-1/+7
* Attempt to make clang-x64-ninja-win7 happy.Sean Silva2015-07-301-6/+8
* Avoid failure to canonicalize '..'.Sean Silva2015-07-301-8/+11
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-1/+3
* Revert r241770 and add Basic to the dependencies of clang-check instead.Adrian Prantl2015-07-091-0/+3
* Move the definition of ~PCHContainerOperations from Basic into Frontend.Adrian Prantl2015-07-091-3/+0