1. e7b9464 VFS: Avoid some unnecessary std::string copies by Duncan P. N. Exon Smith · 7 years ago
  2. 15e475e Reapply [VFS] Allow multiple RealFileSystem instances with independent CWDs. by Sam McCall · 7 years ago
  3. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  4. 1ad53ca [Support] Remove error return value from one overload of fs::make_absolute by Pavel Labath · 7 years ago
  5. 1a0ce65 [VFS] Move RedirectingFileSystem interface into header (NFC) by Jonas Devlieghere · 7 years ago
  6. e07cdb1 Revert "[VFS] Allow multiple RealFileSystem instances with independent CWDs." by Amara Emerson · 7 years ago
  7. 7a99727 [VFS] Fix unused variable warning. NFC by Sam McCall · 7 years ago
  8. c2b310a [VFS] Allow multiple RealFileSystem instances with independent CWDs. by Sam McCall · 7 years ago
  9. a87b70d Add vtable anchor to classes. by Richard Trieu · 7 years ago
  10. 7610033 [VFS] Implement `RedirectingFileSystem::getRealPath`. by Volodymyr Sapsai · 7 years ago
  11. 99538e8 Revert "[VFS] Add "expand tilde" argument to getRealPath." by Sam McCall · 7 years ago
  12. f5b6d11 [VFS] Add "expand tilde" argument to getRealPath. by Jonas Devlieghere · 7 years ago
  13. cbb5c86 Extend virtual file system with `isLocal` method by Jonas Devlieghere · 7 years ago
  14. 41fb951 [VFS] Add support for "no_push" to VFS recursive iterators. by Jonas Devlieghere · 7 years ago
  15. f1d3061 Add parens to fix incorrect assert check. by Erich Keane · 7 years ago
  16. 91e1316 [VFS] Add property 'fallthrough' that controls fallback to real file system. by Volodymyr Sapsai · 7 years ago
  17. 7faf7ae [VFS] Remove 'ignore-non-existent-contents' attribute for YAML-based VFS. by Volodymyr Sapsai · 7 years ago
  18. fc51490 Lift VFS from clang to llvm (NFC) by Jonas Devlieghere · 7 years ago[Renamed (95%) from clang/lib/Basic/VirtualFileSystem.cpp]
  19. 55fab26 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  20. 495847a [VFS] Use llvm::StringMap instead of std::map. NFC by Eric Liu · 7 years ago
  21. 0ae0056 [VFS] vfs::directory_iterator yields path and file type instead of full Status by Sam McCall · 7 years ago
  22. cea78e3 [VFS] Cache the current working directory for the real FS. by Eric Liu · 7 years ago
  23. d5554c51 Adding HardLink Support to VirtualFileSystem. by Ilya Biryukov · 7 years ago
  24. c1bf7aa [NFC][VFS] Fix typos in comments. by Volodymyr Sapsai · 7 years ago
  25. 3aa88b5 [VFS] Unify iteration code for VFSFromYamlDirIterImpl, NFC intended. by Volodymyr Sapsai · 7 years ago
  26. 3b2f6a4 [VFS] Emit an error when entry at root level uses a relative path. by Volodymyr Sapsai · 7 years ago
  27. ddbabc6 [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name by Simon Marchi · 7 years ago
  28. 4d23f45 Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name" by Reid Kleckner · 7 years ago
  29. 9980c26 [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name by Simon Marchi · 7 years ago
  30. a8fb729 Revert "[VFS] Cleanups to VFS interfaces." by Jordan Rupprecht · 7 years ago
  31. 33b78c5 [VFS] Cleanups to VFS interfaces. by Sam McCall · 7 years ago
  32. b71e6f4 Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name" by Eric Liu · 7 years ago
  33. a37ef29 [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name by Simon Marchi · 7 years ago
  34. 1f67a3c [FileSystem] Split up the OpenFlags enumeration. by Zachary Turner · 7 years ago
  35. 33dd619 [VFS] Implement getRealPath in InMemoryFileSystem. by Eric Liu · 7 years ago
  36. a840a46 [VFS] Implement getRealPath for OverlayFileSystem. by Eric Liu · 7 years ago
  37. 5fb18fe Add vfs::FileSystem::getRealPath by Eric Liu · 7 years ago
  38. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  39. 1865df4 s/LLVM_ON_WIN32/_WIN32/, clang by Nico Weber · 8 years ago
  40. e097567 Fixes errors with FS iterators caused by https://reviews.llvm.org/D44960 by Max Moroz · 8 years ago
  41. 5a52011 [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  42. c205d8c [clang] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 8 years ago
  43. 7838101 [VirtualFileSystem] Support creating directories then adding files inside by Ben Hamilton · 8 years ago
  44. e5af5bd [VirtualFileSystem] InMemoryFileSystem::addFile(): Type and Perms by Ben Hamilton · 8 years ago
  45. 0dfdb44 Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFile results on Windows. by Peter Collingbourne · 8 years ago
  46. d515291 [vfs] Assert that the status is known in equivalent(). by Benjamin Kramer · 8 years ago
  47. f978743 Reapply [VFS] Ignore broken symlinks in the directory iterator. by Juergen Ributzka · 9 years ago
  48. 31d01ba Revert "Reapply [VFS] Ignore broken symlinks in the directory iterator." by Juergen Ributzka · 9 years ago
  49. 46541f1 Reapply [VFS] Ignore broken symlinks in the directory iterator. by Juergen Ributzka · 9 years ago
  50. bc1c5b1 Revert r297510 "[VFS] Ignore broken symlinks in the directory iterator." by Juergen Ributzka · 9 years ago
  51. 4a25956 [VFS] Remove the Path variable from RealFSDirIter. NFC. by Juergen Ributzka · 9 years ago
  52. fd958fc [VFS] Ignore broken symlinks in the directory iterator. by Juergen Ributzka · 9 years ago
  53. dcbd614 Replace use of chdir with llvm::sys::fs::set_current_path by Pavel Labath · 9 years ago
  54. 82ec4fde [CrashReproducer] Add support for merging -ivfsoverlay by Bruno Cardoso Lopes · 9 years ago
  55. ac71c8e [VFS] Replace TimeValue usage with std::chrono by Pavel Labath · 9 years ago
  56. b7abde0 Reapply [VFS] Skip non existent files from the VFS tree by Bruno Cardoso Lopes · 9 years ago
  57. e43e263 Revert "[VFS] Skip non existent files from the VFS tree" by Bruno Cardoso Lopes · 9 years ago
  58. 1dc8a42 [VFS] Skip non existent files from the VFS tree by Bruno Cardoso Lopes · 9 years ago
  59. b40d8ad [VFS] Add 'ignore-non-existent-contents' field to YAML files by Bruno Cardoso Lopes · 9 years ago
  60. f42103c Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths. by Taewook Oh · 9 years ago
  61. cb07d65 Revert r272562 for build bot failure (clang-x86-win2008-selfhost) by Taewook Oh · 9 years ago
  62. e853367 Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths. by Taewook Oh · 9 years ago
  63. d6da1a0 Add some std::move where the value is only read otherwise. by Benjamin Kramer · 9 years ago
  64. 1c1101b Revert commit r271708 by Taewook Oh · 9 years ago
  65. fc5d13d Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths. by Taewook Oh · 9 years ago
  66. cfeacf5 Apply clang-tidy's misc-move-constructor-init throughout Clang. by Benjamin Kramer · 9 years ago
  67. f6a0a72 [VFS] Reapply #2: Reconstruct the VFS overlay tree for more accurate lookup by Bruno Cardoso Lopes · 9 years ago
  68. 26092b2 Revert "[VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookup" by Bruno Cardoso Lopes · 9 years ago
  69. ab83dc6 [VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookup by Bruno Cardoso Lopes · 9 years ago
  70. 7e61e15 Hopefully bring llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast back to life by Sean Silva · 9 years ago
  71. ecf7d15 [VFS] Reconstruct the VFS overlay tree for more accurate lookup by Bruno Cardoso Lopes · 9 years ago
  72. b2e2e21 [VFS] Add dump methods to the VFS overlay tree by Bruno Cardoso Lopes · 9 years ago
  73. fc8644c [CrashReproducer] Setup 'use-external-names' in YAML files. by Bruno Cardoso Lopes · 10 years ago
  74. f6f1def [VFS] Move default values to in-class member initialization. NFC by Bruno Cardoso Lopes · 10 years ago
  75. d712b34 [VFS] Handle empty entries in directory traversal by Bruno Cardoso Lopes · 10 years ago
  76. f43354f Check if a path is already absolute before trying to make it so. by Bob Wilson · 10 years ago
  77. d878e28 Reapply [2] [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
  78. 9e2f9d8 Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files" by Bruno Cardoso Lopes · 10 years ago
  79. 016b2d0 Reapply [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
  80. b76c027 Reapply [2]: [VFS] Add support for handling path traversals by Bruno Cardoso Lopes · 10 years ago
  81. 9ed443c Revert r263617, "Reapply: [VFS] Add support for handling path traversals" by NAKAMURA Takumi · 10 years ago
  82. c9daaae Reapply: [VFS] Add support for handling path traversals by Bruno Cardoso Lopes · 10 years ago
  83. 6a6206d [VFS] Switch from close to SafelyCloseFileDescriptor by David Majnemer · 10 years ago
  84. be056b1 Revert "[VFS] Add support for handling path traversals" by Bruno Cardoso Lopes · 10 years ago
  85. b7eb8db Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call to getVFSFromYAML in unittests" by Bruno Cardoso Lopes · 10 years ago
  86. 8c03c54 [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
  87. 956e6a0 [VFS] Add support for handling path traversals by Bruno Cardoso Lopes · 10 years ago
  88. e9e7607 [vfs] Normalize working directory if requested. by Benjamin Kramer · 10 years ago
  89. f13302e [VFS] Fix status() of opened redirected file by Ben Langmuir · 10 years ago
  90. ac67c05 Use std::begin() and std::end() instead of doing the same manually. NFC by Craig Topper · 10 years ago
  91. aeb9dd9 Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots by Mike Aizatsky · 10 years ago
  92. 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
  93. b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
  94. 71ce376 [VFS] Let the user decide if they want path normalization. by Benjamin Kramer · 10 years ago
  95. 4ad1c43 [VFS] Don't try to be heroic with '.' in paths. by Benjamin Kramer · 10 years ago
  96. c3741ec [VFS] remove handling of '..' for now. by Benjamin Kramer · 10 years ago
  97. 49692ed [VFS] Rename RedirectingFS internals to avoid collisions with public clang classes by Benjamin Kramer · 10 years ago
  98. decb2ae [VFS] Just normalize away .. and . in paths for in-memory file systems. by Benjamin Kramer · 10 years ago
  99. d45b205 [VFS] Port driver tool chains to VFS. by Benjamin Kramer · 10 years ago
  100. dadb58b [VFS] Refactor VFSFromYAML a bit. by Benjamin Kramer · 10 years ago