summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/VirtualFileSystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update for LLVM API changeDavid Blaikie2014-11-191-1/+1
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-261-49/+34
* Update for llvm API change.Rafael Espindola2014-08-271-1/+1
* Update for llvm api changes.Rafael Espindola2014-08-171-1/+1
* Convert a few ownership comments with std::unique_ptr.Rafael Espindola2014-08-171-8/+7
* VirtualFileSystem: Correctly generate the mapping for an empty VFSJustin Bogner2014-07-151-23/+22
* Update for llvm api change.Rafael Espindola2014-07-061-3/+8
* Add vfs::recursive_directory_iteratorBen Langmuir2014-06-251-0/+35
* Add directory_iterator for (non-recursive) iteration of VFS directoriesBen Langmuir2014-06-241-7/+191
* Update for llvm api change.Rafael Espindola2014-06-131-12/+13
* Refer to error_code with the std prefix.Rafael Espindola2014-06-121-39/+41
* Add a std:: prefix in cases where ADL would have failed on windows.Rafael Espindola2014-06-121-8/+8
* Use generic_category from the std namespace.Rafael Espindola2014-06-121-1/+1
* Errno should use generic_category.Rafael Espindola2014-06-121-1/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-12/+12
* Use make_error_code in preparation for making errc an enum class.Rafael Espindola2014-05-311-8/+8
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-3/+3
* Stopgap fix for finding module for a file mapped in the VFSBen Langmuir2014-05-231-2/+4
* VirtualFileSystem: Fix a few directory traversal bugs in VFSWriterJustin Bogner2014-05-211-81/+92
* VirtualFileSystem: Fix false positives in YAMLVFSWriter::containedInJustin Bogner2014-05-201-1/+10
* VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping filesJustin Bogner2014-05-201-0/+116
* [C++11] Use 'nullptr'.Craig Topper2014-05-081-19/+19
* [Basic/FileManager] Propagate whether a file 'IsVolatile' to the file opening...Argyrios Kyrtzidis2014-05-051-5/+9
* [C++11] Avoid implicit conversion of ArrayRef to std::vector and use move sem...Benjamin Kramer2014-03-101-5/+1
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-10/+10
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-1/+1
* Attempt to re-enable the VFS unittests on WindowsBen Langmuir2014-03-051-2/+4
* Support relative paths in VFSFromYAMLBen Langmuir2014-03-041-3/+10
* [C++11] Use std::atomic instead of LLVM's.Benjamin Kramer2014-03-021-3/+3
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-8/+8
* [C++11] Switch from the llvm_move macro to directly calling std::move.Chandler Carruth2014-03-021-3/+3
* Move private classes into anonymous namespaces.Benjamin Kramer2014-03-011-0/+4
* Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-281-8/+29
* Revert "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-271-29/+8
* Honour 'use-external-names' in FileManagerBen Langmuir2014-02-271-8/+29
* Add a 'use-external-names' option to VFS overlay filesBen Langmuir2014-02-271-15/+46
* Add a driver option -ivfsoverlayBen Langmuir2014-02-251-1/+1
* Allow multi-component paths in VFS file nodesBen Langmuir2014-02-251-20/+31
* Pass through context for DiagHandler in VFSBen Langmuir2014-02-241-2/+5
* Silence a warning from r201905Ben Langmuir2014-02-221-0/+1
* Add a VFSFromYAML class and a parser to create itBen Langmuir2014-02-211-4/+576
* Recommit virtual file systemBen Langmuir2014-02-201-0/+193
* Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka2014-02-201-193/+0
* Reduce verbosity in the virtual file system using LLVM.hBen Langmuir2014-02-191-8/+6
* Remove typo from r201618Ben Langmuir2014-02-191-1/+1
* Add an OverlayFileSystem classBen Langmuir2014-02-191-0/+33
* Initial implementation of virtual file systemBen Langmuir2014-02-191-0/+162
OpenPOWER on IntegriCloud