summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/VirtualFileSystem.h
Commit message (Expand)AuthorAgeFilesLines
* Reapply [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka2017-03-141-1/+1
* Revert "Reapply [VFS] Ignore broken symlinks in the directory iterator."Juergen Ributzka2017-03-111-1/+1
* Reapply [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka2017-03-101-1/+1
* Revert r297510 "[VFS] Ignore broken symlinks in the directory iterator."Juergen Ributzka2017-03-101-1/+1
* [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka2017-03-101-1/+1
* [CrashReproducer] Add support for merging -ivfsoverlayBruno Cardoso Lopes2016-12-221-0/+10
* [AST, ASTMatchers, Basic] Fix some Clang-tidy modernize and Include What You ...Eugene Zelenko2016-12-091-5/+37
* [VFS] Replace TimeValue usage with std::chronoPavel Labath2016-11-091-4/+4
* Adjust for TimePoint interface change in llvm: D25730. NFCPavel Labath2016-10-241-0/+1
* [VFS] Add 'ignore-non-existent-contents' field to YAML filesBruno Cardoso Lopes2016-08-121-0/+4
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-0/+7
* Revert r272562 for build bot failure (clang-x86-win2008-selfhost)Taewook Oh2016-06-131-7/+0
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-0/+7
* Revert commit r271708Taewook Oh2016-06-041-7/+0
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-031-0/+7
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-1/+3
* [VFS] Add level() method to vfs::recursive_directory_iteratorBruno Cardoso Lopes2016-05-141-0/+5
* [CrashReproducer] Setup 'use-external-names' in YAML files.Bruno Cardoso Lopes2016-04-131-0/+4
* Reapply [2] [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-201-0/+8
* Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"Bruno Cardoso Lopes2016-03-171-8/+0
* Reapply [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-171-0/+8
* Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call...Bruno Cardoso Lopes2016-02-231-8/+0
* [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-02-221-0/+8
* [vfs] Normalize working directory if requested.Benjamin Kramer2016-01-091-4/+1
* [VFS] Let the user decide if they want path normalization.Benjamin Kramer2015-10-121-3/+10
* [VFS] Just normalize away .. and . in paths for in-memory file systems.Benjamin Kramer2015-10-091-1/+1
* [VFS] Port driver tool chains to VFS.Benjamin Kramer2015-10-071-0/+3
* [VFS] Transition clang-format to use an in-memory FS.Benjamin Kramer2015-10-061-0/+4
* [VFS] Add working directories to every virtual file system.Benjamin Kramer2015-10-051-0/+29
* [VFS] Add an in-memory file system implementation.Benjamin Kramer2015-10-051-0/+21
* [VFS] Remove setName from the file interface.Benjamin Kramer2015-10-051-4/+6
* [VFS] Remove unused setters. NFC.Benjamin Kramer2015-10-011-2/+0
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-261-14/+10
* Convert a few ownership comments with std::unique_ptr.Rafael Espindola2014-08-171-3/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-3/+3
* Make -Wincomplete-umbrella go through the VFSBen Langmuir2014-06-251-1/+1
* Add vfs::recursive_directory_iteratorBen Langmuir2014-06-251-2/+31
* Fix test issues from r211623 and remove test-only APIBen Langmuir2014-06-241-9/+0
* Add directory_iterator for (non-recursive) iteration of VFS directoriesBen Langmuir2014-06-241-9/+75
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-14/+15
* Stopgap fix for finding module for a file mapped in the VFSBen Langmuir2014-05-231-0/+3
* VirtualFileSystem: Fix a few directory traversal bugs in VFSWriterJustin Bogner2014-05-211-16/+8
* VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping filesJustin Bogner2014-05-201-0/+30
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+1
* [Basic/FileManager] Propagate whether a file 'IsVolatile' to the file opening...Argyrios Kyrtzidis2014-05-051-2/+4
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-7/+6
* Use ThreadSafeRefCountedBase for vfs::FileSystemBen Langmuir2014-03-051-1/+1
* [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fixChandler Carruth2014-03-041-1/+1
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-2/+2