summaryrefslogtreecommitdiff
path: root/include/clang/Basic/VirtualFileSystem.h
Commit message (Expand)AuthorAge
* Make -Wincomplete-umbrella go through the VFSBen Langmuir2014-06-25
* Add vfs::recursive_directory_iteratorBen Langmuir2014-06-25
* Fix test issues from r211623 and remove test-only APIBen Langmuir2014-06-24
* Add directory_iterator for (non-recursive) iteration of VFS directoriesBen Langmuir2014-06-24
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Stopgap fix for finding module for a file mapped in the VFSBen Langmuir2014-05-23
* VirtualFileSystem: Fix a few directory traversal bugs in VFSWriterJustin Bogner2014-05-21
* VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping filesJustin Bogner2014-05-20
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* [Basic/FileManager] Propagate whether a file 'IsVolatile' to the file opening...Argyrios Kyrtzidis2014-05-05
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Use ThreadSafeRefCountedBase for vfs::FileSystemBen Langmuir2014-03-05
* [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fixChandler Carruth2014-03-04
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-28
* Revert "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-27
* Honour 'use-external-names' in FileManagerBen Langmuir2014-02-27
* Add a 'use-external-names' option to VFS overlay filesBen Langmuir2014-02-27
* Fix typosAlp Toker2014-02-25
* Pass through context for DiagHandler in VFSBen Langmuir2014-02-24
* Add a VFSFromYAML class and a parser to create itBen Langmuir2014-02-21
* Recommit virtual file systemBen Langmuir2014-02-20
* Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka2014-02-20
* Reduce verbosity in the virtual file system using LLVM.hBen Langmuir2014-02-19
* Add an OverlayFileSystem classBen Langmuir2014-02-19
* Initial implementation of virtual file systemBen Langmuir2014-02-19