1. 49b32d8 Relands "[YAMLVFSWriter][Test][NFC] Add couple tests" by Jan Korous · 5 years ago
  2. 2939605 Revert "[YAMLVFSWriter][Test][NFC] Add couple tests" by Nico Weber · 5 years ago
  3. 7143d79 [YAMLVFSWriter][Test][NFC] Add couple tests by Jan Korous · 5 years ago
  4. c0330bc [YAMLVFSWriter] Fix directory handling by Jan Korous · 5 years ago
  5. 5c14503 [YAMLVFSWriter][Tests] Fix YAMLVFSWriterTest by Jan Korous · 5 years ago
  6. 3ef33e6 [VirtualFileSystem] Support directory entries in the YAMLVFSWriter by Jonas Devlieghere · 6 years ago
  7. 42df3e2 [VirtualFileSystem] Add unit test for vfs::YAMLVFSWriter by Jonas Devlieghere · 6 years ago
  8. da45bd2 [VFS] More consistent support for Windows by Adrian McCarthy · 6 years ago
  9. b2924d9 [llvm] Replace SmallStr.str().str() with std::string conversion operator. by Jonas Devlieghere · 6 years ago
  10. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 6 years ago
  11. e59f0af [VFS] Disable check for ../foo on Windows by Jonas Devlieghere · 6 years ago
  12. f2f7749 [VFS] Extend virtual working directory test by Jonas Devlieghere · 6 years ago
  13. a337806 Fix an unused variable introduced in rL374955 / rG21703543. by David L. Jones · 6 years ago
  14. 2170354 [Reland][VirtualFileSystem] Support virtual working directory in the RedirectingFS by Jonas Devlieghere · 6 years ago
  15. 409b4b5 Revert "[VirtualFileSystem] Support virtual working directory in the RedirectingFS" by Jonas Devlieghere · 6 years ago
  16. 621ce37 [test] Update YAML mapping in VirtualFileSystemTest by Jonas Devlieghere · 6 years ago
  17. 0b9981b [VirtualFileSystem] Support virtual working directory in the RedirectingFS by Jonas Devlieghere · 6 years ago
  18. efe2108 [VFS] Add reverse iterator to OverlayFileSystem by Jonas Devlieghere · 6 years ago
  19. 191f148 [X86] Use PC-relative mode for the kernel code model by Bill Wendling · 6 years ago
  20. 15e475e Reapply [VFS] Allow multiple RealFileSystem instances with independent CWDs. by Sam McCall · 7 years ago
  21. 2a5a0ad [VFS] Fix warning and use better check. by Michael J. Spencer · 7 years ago
  22. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  23. e07cdb1 Revert "[VFS] Allow multiple RealFileSystem instances with independent CWDs." by Amara Emerson · 7 years ago
  24. 62ab1a1 [VFS] Disable unix-assuming VFS test on windows by Sam McCall · 7 years ago
  25. c2b310a [VFS] Allow multiple RealFileSystem instances with independent CWDs. by Sam McCall · 7 years ago
  26. 937a104 [VFS] Add isLocal to ProxyFileSystem and add unit tests. by Michael J. Spencer · 7 years ago
  27. ab73426 [VFS] Update unittest to fix Windows buildbot. by Volodymyr Sapsai · 7 years ago
  28. 7610033 [VFS] Implement `RedirectingFileSystem::getRealPath`. by Volodymyr Sapsai · 7 years ago
  29. 99538e8 Revert "[VFS] Add "expand tilde" argument to getRealPath." by Sam McCall · 7 years ago
  30. f5b6d11 [VFS] Add "expand tilde" argument to getRealPath. by Jonas Devlieghere · 7 years ago
  31. cbb5c86 Extend virtual file system with `isLocal` method by Jonas Devlieghere · 7 years ago
  32. 41fb951 [VFS] Add support for "no_push" to VFS recursive iterators. by Jonas Devlieghere · 7 years ago
  33. 91e1316 [VFS] Add property 'fallthrough' that controls fallback to real file system. by Volodymyr Sapsai · 7 years ago
  34. fc51490 Lift VFS from clang to llvm (NFC) by Jonas Devlieghere · 7 years ago[Renamed (89%) from clang/unittests/Basic/VirtualFileSystemTest.cpp]
  35. 3922377 [Basic] Update clang tests (really testing sys::fs) that broke with r343460 by Sam McCall · 7 years ago
  36. 55fab26 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  37. 0ae0056 [VFS] vfs::directory_iterator yields path and file type instead of full Status by Sam McCall · 7 years ago
  38. d5554c51 Adding HardLink Support to VirtualFileSystem. by Ilya Biryukov · 7 years ago
  39. 576ac05 [VFS] Remove superfluous semicolon from unittest. by Craig Topper · 7 years ago
  40. 3b2f6a4 [VFS] Emit an error when entry at root level uses a relative path. by Volodymyr Sapsai · 7 years ago
  41. ddbabc6 [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name by Simon Marchi · 7 years ago
  42. 4d23f45 Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name" by Reid Kleckner · 7 years ago
  43. 9980c26 [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name by Simon Marchi · 7 years ago
  44. b71e6f4 Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name" by Eric Liu · 7 years ago
  45. a37ef29 [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name by Simon Marchi · 7 years ago
  46. 43cb451 Disable an in-memory vfs file path test on windows. by Eric Liu · 7 years ago
  47. 33dd619 [VFS] Implement getRealPath in InMemoryFileSystem. by Eric Liu · 7 years ago
  48. a840a46 [VFS] Implement getRealPath for OverlayFileSystem. by Eric Liu · 7 years ago
  49. d637c05 IWYU for llvm-config.h in clang. See r331124 for details. by Nico Weber · 7 years ago
  50. e097567 Fixes errors with FS iterators caused by https://reviews.llvm.org/D44960 by Max Moroz · 7 years ago
  51. c205d8c [clang] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 8 years ago
  52. 7838101 [VirtualFileSystem] Support creating directories then adding files inside by Ben Hamilton · 8 years ago
  53. e5af5bd [VirtualFileSystem] InMemoryFileSystem::addFile(): Type and Perms by Ben Hamilton · 8 years ago
  54. 45fbb59 Added braces to work around gcc warning in googletest: suggest explicit braces to avoid ambiguous 'else'. NFC. by Galina Kistanova · 8 years ago
  55. 53fda39 Add more debugging code for the SystemZ bot. by Juergen Ributzka · 9 years ago
  56. f978743 Reapply [VFS] Ignore broken symlinks in the directory iterator. by Juergen Ributzka · 9 years ago
  57. 31d01ba Revert "Reapply [VFS] Ignore broken symlinks in the directory iterator." by Juergen Ributzka · 9 years ago
  58. c28c7e5 Adding debug output to investigate systemz bot issue. by Juergen Ributzka · 9 years ago
  59. 46541f1 Reapply [VFS] Ignore broken symlinks in the directory iterator. by Juergen Ributzka · 9 years ago
  60. bc1c5b1 Revert r297510 "[VFS] Ignore broken symlinks in the directory iterator." by Juergen Ributzka · 9 years ago
  61. fd958fc [VFS] Ignore broken symlinks in the directory iterator. by Juergen Ributzka · 9 years ago
  62. ac71c8e [VFS] Replace TimeValue usage with std::chrono by Pavel Labath · 9 years ago
  63. 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  64. 32b2897 [VFS] Add level() method to vfs::recursive_directory_iterator by Bruno Cardoso Lopes · 9 years ago
  65. f6a0a72 [VFS] Reapply #2: Reconstruct the VFS overlay tree for more accurate lookup by Bruno Cardoso Lopes · 9 years ago
  66. 2835c5c [Unittests] Reverse the order of arguments for correct debug output by Bruno Cardoso Lopes · 9 years ago
  67. 26092b2 Revert "[VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookup" by Bruno Cardoso Lopes · 9 years ago
  68. ab83dc6 [VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookup by Bruno Cardoso Lopes · 9 years ago
  69. 29ebd49 [VFS][Unittests] Make dir iteration tests depend only on content 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. 14e89e0 [VFS] One more unittest change to fix win10 buildbot by Bruno Cardoso Lopes · 9 years ago
  72. 7347fce [VFS] Change unittest to try appeasing win10 buildbot by Bruno Cardoso Lopes · 9 years ago
  73. ecf7d15 [VFS] Reconstruct the VFS overlay tree for more accurate lookup by Bruno Cardoso Lopes · 9 years ago
  74. d878e28 Reapply [2] [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
  75. 9e2f9d8 Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files" by Bruno Cardoso Lopes · 10 years ago
  76. 016b2d0 Reapply [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
  77. 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
  78. 32b6222 [VFS] Fix call to getVFSFromYAML in unittests by Bruno Cardoso Lopes · 10 years ago
  79. 1660a5d Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes. by Eugene Zelenko · 10 years ago
  80. 2a23e55 Simplify test code with initializer lists. by Benjamin Kramer · 10 years ago
  81. 730338b Make test work on windows by turning \ in paths back into /. by Benjamin Kramer · 10 years ago
  82. e9e7607 [vfs] Normalize working directory if requested. by Benjamin Kramer · 10 years ago
  83. f13302e [VFS] Fix status() of opened redirected file by Ben Langmuir · 10 years ago
  84. 71ce376 [VFS] Let the user decide if they want path normalization. by Benjamin Kramer · 10 years ago
  85. 753726d [VFS] Unbreak test. by Benjamin Kramer · 10 years ago
  86. 4ad1c43 [VFS] Don't try to be heroic with '.' in paths. by Benjamin Kramer · 10 years ago
  87. c3741ec [VFS] remove handling of '..' for now. by Benjamin Kramer · 10 years ago
  88. decb2ae [VFS] Just normalize away .. and . in paths for in-memory file systems. by Benjamin Kramer · 10 years ago
  89. d5e0b58 [VFS] Also drop '.' when adding files to an in-memory FS. by Benjamin Kramer · 10 years ago
  90. dcfba33 Fix Clang-tidy modernize-use-nullptr warnings in source directories; other minor cleanups by Hans Wennborg · 10 years ago
  91. 1b8dbe3 [VFS] Put the incoming name in the file status to make InMemoryFS behave more like a real FS. by Benjamin Kramer · 10 years ago
  92. 4c33a1a BasicTests: Suppress InMemoryFileSystemTest.WindowsPath on win32 while investigating. by NAKAMURA Takumi · 10 years ago
  93. 2e2351a [VFS] Transition clang-format to use an in-memory FS. by Benjamin Kramer · 10 years ago
  94. b7ab187 Fix the MSVC build. by Rafael Espindola · 10 years ago
  95. 7708b2a [VFS] Add working directories to every virtual file system. by Benjamin Kramer · 10 years ago
  96. a25dcfd [VFS] Add an in-memory file system implementation. by Benjamin Kramer · 10 years ago
  97. 268b51a [VFS] Remove setName from the file interface. by Benjamin Kramer · 10 years ago
  98. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  99. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  100. 34eb207 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago