1. 71ce376 [VFS] Let the user decide if they want path normalization. by Benjamin Kramer · 10 years ago
  2. 753726d [VFS] Unbreak test. by Benjamin Kramer · 10 years ago
  3. 4ad1c43 [VFS] Don't try to be heroic with '.' in paths. by Benjamin Kramer · 10 years ago
  4. c3741ec [VFS] remove handling of '..' for now. by Benjamin Kramer · 10 years ago
  5. decb2ae [VFS] Just normalize away .. and . in paths for in-memory file systems. by Benjamin Kramer · 10 years ago
  6. d5e0b58 [VFS] Also drop '.' when adding files to an in-memory FS. by Benjamin Kramer · 10 years ago
  7. dcfba33 Fix Clang-tidy modernize-use-nullptr warnings in source directories; other minor cleanups by Hans Wennborg · 10 years ago
  8. 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
  9. 4c33a1a BasicTests: Suppress InMemoryFileSystemTest.WindowsPath on win32 while investigating. by NAKAMURA Takumi · 10 years ago
  10. 2e2351a [VFS] Transition clang-format to use an in-memory FS. by Benjamin Kramer · 10 years ago
  11. b7ab187 Fix the MSVC build. by Rafael Espindola · 10 years ago
  12. 7708b2a [VFS] Add working directories to every virtual file system. by Benjamin Kramer · 10 years ago
  13. a25dcfd [VFS] Add an in-memory file system implementation. by Benjamin Kramer · 10 years ago
  14. 268b51a [VFS] Remove setName from the file interface. by Benjamin Kramer · 10 years ago
  15. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  16. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  17. 34eb207 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  18. a885796 Make VFS and FileManager match the current MemoryBuffer API. by Benjamin Kramer · 11 years ago
  19. 5afc869 Adds 'override' to overriding methods. NFC. by Fariborz Jahanian · 11 years ago
  20. d87f8d7 Update for LLVM api change. by Rafael Espindola · 11 years ago
  21. 91ac8df Create a std::unique_ptr earlier. by Rafael Espindola · 11 years ago
  22. 04ab21d7 Convert a few ownership comments with std::unique_ptr. by Rafael Espindola · 11 years ago
  23. f994cef Track IntrusiveRefCntPtr::get() changes from LLVM r212366 by Alp Toker · 11 years ago
  24. 7c9f6c8 Add vfs::recursive_directory_iterator by Ben Langmuir · 11 years ago
  25. 4669bd4 VirtualFileSystemTest.cpp: Get rid of initializer list on std::vector, to appease msc17. by NAKAMURA Takumi · 11 years ago
  26. d3235e0 Reformat. by NAKAMURA Takumi · 11 years ago
  27. efb8b60 Fix test issues from r211623 and remove test-only API by Ben Langmuir · 11 years ago
  28. c6326a4 Disable the bits of r211623 that broke the bots by Ben Langmuir · 11 years ago
  29. 740812b Add directory_iterator for (non-recursive) iteration of VFS directories by Ben Langmuir · 11 years ago
  30. 71de0b6 Update for llvm api change. by Rafael Espindola · 11 years ago
  31. 8e650d7 Refer to error_code with the std prefix. by Rafael Espindola · 11 years ago
  32. 1f24317 Fix msvc unittest build. by Rafael Espindola · 11 years ago
  33. 96b0330 Use std::error_code instead of llvm::error_code. by Rafael Espindola · 11 years ago
  34. 416fa34 [C++11] Use 'nullptr'. Unittests edition. by Craig Topper · 11 years ago
  35. 3ae0620 There is no std::errc:success, remove the llvm one. by Rafael Espindola · 11 years ago
  36. fd148d0 Use make_error_code in preparation for making errc an enum class. by Rafael Espindola · 11 years ago
  37. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  38. 9385323 Attempt to re-enable the VFS unittests on Windows by Ben Langmuir · 12 years ago
  39. 6a927ec Disable BasicTests/VFS on win32 for now. Investigating. by NAKAMURA Takumi · 12 years ago
  40. b59cf67 Add a 'use-external-names' option to VFS overlay files by Ben Langmuir · 12 years ago
  41. 47ff9ab Allow multi-component paths in VFS file nodes by Ben Langmuir · 12 years ago
  42. 509fe8fd Improve some gtest assertions by Ben Langmuir · 12 years ago
  43. 97882e7 Pass through context for DiagHandler in VFS by Ben Langmuir · 12 years ago
  44. d51ba0b Add a VFSFromYAML class and a parser to create it by Ben Langmuir · 12 years ago
  45. c8130a7 Recommit virtual file system by Ben Langmuir · 12 years ago
  46. a32575e Reverting the virtual file system implementation, because it triggers an assertion by Juergen Ributzka · 12 years ago
  47. ac7a74a Fix some test issues in VirtualFileSystemTest by Ben Langmuir · 12 years ago
  48. 6f95efb Attempt to appease C++11 buildbots by Ben Langmuir · 12 years ago
  49. 87ba87b Add an OverlayFileSystem class by Ben Langmuir · 12 years ago