1. 268b51a [VFS] Remove setName from the file interface. by Benjamin Kramer · 10 years ago
  2. c026e39 Remove a limited and somewhat questionable DenseMapInfo specialization by Chandler Carruth · 10 years ago
  3. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  4. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  5. 34eb207 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  6. 92e1b62 Remove many superfluous SmallString::str() calls. by Yaron Keren · 11 years ago
  7. 0d9593d [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py by Chandler Carruth · 11 years ago
  8. 61b86d4 Update for LLVM API change by David Blaikie · 11 years ago
  9. a885796 Make VFS and FileManager match the current MemoryBuffer API. by Benjamin Kramer · 11 years ago
  10. 85d7892 Update for llvm API change. by Rafael Espindola · 11 years ago
  11. b340268 Update for llvm api changes. by Rafael Espindola · 11 years ago
  12. 04ab21d7 Convert a few ownership comments with std::unique_ptr. by Rafael Espindola · 11 years ago
  13. 7346640 VirtualFileSystem: Correctly generate the mapping for an empty VFS by Justin Bogner · 11 years ago
  14. 2d2b420 Update for llvm api change. by Rafael Espindola · 11 years ago
  15. 7c9f6c8 Add vfs::recursive_directory_iterator by Ben Langmuir · 11 years ago
  16. 740812b Add directory_iterator for (non-recursive) iteration of VFS directories by Ben Langmuir · 11 years ago
  17. 71de0b6 Update for llvm api change. by Rafael Espindola · 11 years ago
  18. 8e650d7 Refer to error_code with the std prefix. by Rafael Espindola · 11 years ago
  19. 790589c Add a std:: prefix in cases where ADL would have failed on windows. by Rafael Espindola · 11 years ago
  20. 181efbf Use generic_category from the std namespace. by Rafael Espindola · 11 years ago
  21. b7d8bba Errno should use generic_category. by Rafael Espindola · 11 years ago
  22. 96b0330 Use std::error_code instead of llvm::error_code. by Rafael Espindola · 11 years ago
  23. fd148d0 Use make_error_code in preparation for making errc an enum class. by Rafael Espindola · 11 years ago
  24. cb82dfb Use error_code() instead of error_code::succes() by Rafael Espindola · 11 years ago
  25. 5de00f3 Stopgap fix for finding module for a file mapped in the VFS by Ben Langmuir · 11 years ago
  26. 44fa45034 VirtualFileSystem: Fix a few directory traversal bugs in VFSWriter by Justin Bogner · 11 years ago
  27. 1c078f2 VirtualFileSystem: Fix false positives in YAMLVFSWriter::containedIn by Justin Bogner · 11 years ago
  28. 9c78529 VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping files by Justin Bogner · 11 years ago
  29. f1186c5 [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  30. 26d5639 [Basic/FileManager] Propagate whether a file 'IsVolatile' to the file opening functions. by Argyrios Kyrtzidis · 11 years ago
  31. 3f755aa [C++11] Avoid implicit conversion of ArrayRef to std::vector and use move semantics where appropriate. by Benjamin Kramer · 12 years ago
  32. dfca6f9 [C++11] Replace OwningPtr include with <memory>. by Ahmed Charles · 12 years ago
  33. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  34. 9a16beb Change OwningPtr::take() to OwningPtr::release(). by Ahmed Charles · 12 years ago
  35. 9385323 Attempt to re-enable the VFS unittests on Windows by Ben Langmuir · 12 years ago
  36. a6f8ca8 Support relative paths in VFSFromYAML by Ben Langmuir · 12 years ago
  37. 4527fb2 [C++11] Use std::atomic instead of LLVM's. by Benjamin Kramer · 12 years ago
  38. a798a9d Switch all uses of LLVM_OVERRIDE to just use 'override' directly. by Craig Topper · 12 years ago
  39. c72d9b3 [C++11] Switch from the llvm_move macro to directly calling std::move. by Chandler Carruth · 12 years ago
  40. 3d6220d Move private classes into anonymous namespaces. by Benjamin Kramer · 12 years ago
  41. d066d4c Reapply fixed "Honour 'use-external-names' in FileManager" by Ben Langmuir · 12 years ago
  42. 1b8d44f Revert "Honour 'use-external-names' in FileManager" by Ben Langmuir · 12 years ago
  43. 09e0d5c Honour 'use-external-names' in FileManager by Ben Langmuir · 12 years ago
  44. b59cf67 Add a 'use-external-names' option to VFS overlay files by Ben Langmuir · 12 years ago
  45. 801272a Add a driver option -ivfsoverlay by Ben Langmuir · 12 years ago
  46. 47ff9ab Allow multi-component paths in VFS file nodes by Ben Langmuir · 12 years ago
  47. 97882e7 Pass through context for DiagHandler in VFS by Ben Langmuir · 12 years ago
  48. 0909951 Silence a warning from r201905 by Ben Langmuir · 12 years ago
  49. d51ba0b Add a VFSFromYAML class and a parser to create it by Ben Langmuir · 12 years ago
  50. c8130a7 Recommit virtual file system by Ben Langmuir · 12 years ago
  51. a32575e Reverting the virtual file system implementation, because it triggers an assertion by Juergen Ributzka · 12 years ago
  52. 0eb999c Reduce verbosity in the virtual file system using LLVM.h by Ben Langmuir · 12 years ago
  53. 62edd0a Remove typo from r201618 by Ben Langmuir · 12 years ago
  54. 87ba87b Add an OverlayFileSystem class by Ben Langmuir · 12 years ago
  55. 090610d3 Initial implementation of virtual file system by Ben Langmuir · 12 years ago