1. 8e650d7 Refer to error_code with the std prefix. by Rafael Espindola · 11 years ago
  2. 1f24317 Fix msvc unittest build. by Rafael Espindola · 11 years ago
  3. 96b0330 Use std::error_code instead of llvm::error_code. by Rafael Espindola · 11 years ago
  4. 416fa34 [C++11] Use 'nullptr'. Unittests edition. by Craig Topper · 11 years ago
  5. 3ae0620 There is no std::errc:success, remove the llvm one. by Rafael Espindola · 11 years ago
  6. fd148d0 Use make_error_code in preparation for making errc an enum class. by Rafael Espindola · 11 years ago
  7. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  8. 9385323 Attempt to re-enable the VFS unittests on Windows by Ben Langmuir · 12 years ago
  9. 6a927ec Disable BasicTests/VFS on win32 for now. Investigating. by NAKAMURA Takumi · 12 years ago
  10. b59cf67 Add a 'use-external-names' option to VFS overlay files by Ben Langmuir · 12 years ago
  11. 47ff9ab Allow multi-component paths in VFS file nodes by Ben Langmuir · 12 years ago
  12. 509fe8fd Improve some gtest assertions by Ben Langmuir · 12 years ago
  13. 97882e7 Pass through context for DiagHandler in VFS by Ben Langmuir · 12 years ago
  14. d51ba0b Add a VFSFromYAML class and a parser to create it by Ben Langmuir · 12 years ago
  15. c8130a7 Recommit virtual file system by Ben Langmuir · 12 years ago
  16. a32575e Reverting the virtual file system implementation, because it triggers an assertion by Juergen Ributzka · 12 years ago
  17. ac7a74a Fix some test issues in VirtualFileSystemTest by Ben Langmuir · 12 years ago
  18. 6f95efb Attempt to appease C++11 buildbots by Ben Langmuir · 12 years ago
  19. 87ba87b Add an OverlayFileSystem class by Ben Langmuir · 12 years ago