summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/VirtualFileSystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC][VFS] Fix typos in comments.Volodymyr Sapsai2018-08-081-2/+2
* [VFS] Unify iteration code for VFSFromYamlDirIterImpl, NFC intended.Volodymyr Sapsai2018-08-071-19/+10
* [VFS] Emit an error when entry at root level uses a relative path.Volodymyr Sapsai2018-08-071-3/+15
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-08-061-14/+51
* Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Stat...Reid Kleckner2018-07-261-51/+14
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-07-261-14/+51
* Revert "[VFS] Cleanups to VFS interfaces."Jordan Rupprecht2018-07-241-19/+18
* [VFS] Cleanups to VFS interfaces.Sam McCall2018-07-241-18/+19
* Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with ...Eric Liu2018-07-111-56/+16
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-07-111-16/+56
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-1/+2
* [VFS] Implement getRealPath in InMemoryFileSystem.Eric Liu2018-05-241-0/+13
* [VFS] Implement getRealPath for OverlayFileSystem.Eric Liu2018-05-181-0/+9
* Add vfs::FileSystem::getRealPathEric Liu2018-05-171-0/+13
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-14/+14
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-271-2/+2
* Fixes errors with FS iterators caused by https://reviews.llvm.org/D44960Max Moroz2018-04-041-6/+8
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2018-03-281-97/+180
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-2/+2
* [VirtualFileSystem] Support creating directories then adding files insideBen Hamilton2017-11-161-3/+9
* [VirtualFileSystem] InMemoryFileSystem::addFile(): Type and PermsBen Hamilton2017-11-091-13/+27
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-101-2/+2
* [vfs] Assert that the status is known in equivalent().Benjamin Kramer2017-07-201-0/+1
* Reapply [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka2017-03-141-5/+2
* Revert "Reapply [VFS] Ignore broken symlinks in the directory iterator."Juergen Ributzka2017-03-111-2/+5
* Reapply [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka2017-03-101-5/+2
* Revert r297510 "[VFS] Ignore broken symlinks in the directory iterator."Juergen Ributzka2017-03-101-2/+5
* [VFS] Remove the Path variable from RealFSDirIter. NFC.Juergen Ributzka2017-03-101-3/+1
* [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka2017-03-101-5/+2
* Replace use of chdir with llvm::sys::fs::set_current_pathPavel Labath2017-01-241-12/+1
* [CrashReproducer] Add support for merging -ivfsoverlayBruno Cardoso Lopes2016-12-221-3/+44
* [VFS] Replace TimeValue usage with std::chronoPavel Labath2016-11-091-13/+14
* Reapply [VFS] Skip non existent files from the VFS treeBruno Cardoso Lopes2016-08-121-8/+26
* Revert "[VFS] Skip non existent files from the VFS tree"Bruno Cardoso Lopes2016-08-121-26/+8
* [VFS] Skip non existent files from the VFS treeBruno Cardoso Lopes2016-08-121-8/+26
* [VFS] Add 'ignore-non-existent-contents' field to YAML filesBruno Cardoso Lopes2016-08-121-2/+24
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-4/+12
* Revert r272562 for build bot failure (clang-x86-win2008-selfhost)Taewook Oh2016-06-131-12/+4
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-4/+12
* Add some std::move where the value is only read otherwise.Benjamin Kramer2016-06-121-3/+4
* Revert commit r271708Taewook Oh2016-06-041-12/+4
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-031-4/+12
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-3/+4
* [VFS] Reapply #2: Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes2016-05-121-1/+80
* Revert "[VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accu...Bruno Cardoso Lopes2016-05-121-80/+1
* [VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes2016-05-121-1/+80
* Hopefully bring llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast back to lifeSean Silva2016-05-111-80/+1
* [VFS] Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes2016-05-101-1/+80
* [VFS] Add dump methods to the VFS overlay treeBruno Cardoso Lopes2016-05-061-0/+24
* [CrashReproducer] Setup 'use-external-names' in YAML files.Bruno Cardoso Lopes2016-04-131-4/+9
OpenPOWER on IntegriCloud