| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix more VFS tests on Windows | Adrian McCarthy | 2019-12-18 | 1 | -10/+33 |
| * | Improve VFS compatibility on Windows | Adrian McCarthy | 2019-11-14 | 1 | -3/+2 |
| * | VirtualFileSystem - fix uninitialized variable warnings. NFCI. | Simon Pilgrim | 2019-11-04 | 1 | -2/+2 |
| * | RedirectingFileSystem::openFileForRead - replace bitwise & with boolean && to... | Simon Pilgrim | 2019-10-16 | 1 | -1/+1 |
| * | RealFile - fix self-initialization warning in constructor. | Simon Pilgrim | 2019-10-16 | 1 | -3/+3 |
| * | [Reland][VirtualFileSystem] Support virtual working directory in the Redirect... | Jonas Devlieghere | 2019-10-15 | 1 | -10/+35 |
| * | Revert "[VirtualFileSystem] Support virtual working directory in the Redirec... | Jonas Devlieghere | 2019-10-15 | 1 | -35/+10 |
| * | [VirtualFileSystem] Support virtual working directory in the RedirectingFS | Jonas Devlieghere | 2019-10-15 | 1 | -10/+35 |
| * | VirtualFileSystem - replace dyn_cast<>+assert with cast<> calls. NFCI. | Simon Pilgrim | 2019-10-01 | 1 | -8/+5 |
| * | [Reproducer] Add reproducer dump command. | Jonas Devlieghere | 2019-09-13 | 1 | -10/+12 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -8/+8 |
| * | [Support] Move llvm::MemoryBuffer to sys::fs::file_t | Reid Kleckner | 2019-07-10 | 1 | -12/+15 |
| * | [VirtualFileSystem] Fix uninitialized variable warning. NFCI. | Simon Pilgrim | 2019-05-22 | 1 | -1/+1 |
| * | VFS: Avoid some unnecessary std::string copies | Duncan P. N. Exon Smith | 2019-02-23 | 1 | -12/+12 |
| * | Reapply [VFS] Allow multiple RealFileSystem instances with independent CWDs. | Sam McCall | 2019-02-14 | 1 | -30/+73 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Support] Remove error return value from one overload of fs::make_absolute | Pavel Labath | 2019-01-16 | 1 | -1/+2 |
| * | [VFS] Move RedirectingFileSystem interface into header (NFC) | Jonas Devlieghere | 2019-01-15 | 1 | -339/+166 |
| * | Revert "[VFS] Allow multiple RealFileSystem instances with independent CWDs." | Amara Emerson | 2019-01-14 | 1 | -73/+30 |
| * | [VFS] Fix unused variable warning. NFC | Sam McCall | 2019-01-14 | 1 | -1/+1 |
| * | [VFS] Allow multiple RealFileSystem instances with independent CWDs. | Sam McCall | 2019-01-14 | 1 | -30/+73 |
| * | Add vtable anchor to classes. | Richard Trieu | 2018-12-29 | 1 | -0/+2 |
| * | [VFS] Implement `RedirectingFileSystem::getRealPath`. | Volodymyr Sapsai | 2018-11-16 | 1 | -4/+29 |
| * | Revert "[VFS] Add "expand tilde" argument to getRealPath." | Sam McCall | 2018-11-09 | 1 | -14/+13 |
| * | [VFS] Add "expand tilde" argument to getRealPath. | Jonas Devlieghere | 2018-11-09 | 1 | -13/+14 |
| * | Extend virtual file system with `isLocal` method | Jonas Devlieghere | 2018-11-08 | 1 | -0/+25 |
| * | [VFS] Add support for "no_push" to VFS recursive iterators. | Jonas Devlieghere | 2018-10-31 | 1 | -12/+17 |
| * | Add parens to fix incorrect assert check. | Erich Keane | 2018-10-29 | 1 | -1/+1 |
| * | [VFS] Add property 'fallthrough' that controls fallback to real file system. | Volodymyr Sapsai | 2018-10-26 | 1 | -15/+99 |
| * | [VFS] Remove 'ignore-non-existent-contents' attribute for YAML-based VFS. | Volodymyr Sapsai | 2018-10-24 | 1 | -22/+2 |
| * | Lift VFS from clang to llvm (NFC) | Jonas Devlieghere | 2018-10-10 | 1 | -0/+2121 |