提交历史

作者 SHA1 备注 提交日期
  Rafael Espindola d92e74d96e Update for LLVM api change. 11 年之前
  Rafael Espindola 7b34374424 Create a std::unique_ptr earlier. 11 年之前
  Rafael Espindola 86925f9d19 Convert a few ownership comments with std::unique_ptr. 11 年之前
  Alp Toker c556f81241 Track IntrusiveRefCntPtr::get() changes from LLVM r212366 11 年之前
  Ben Langmuir 6f641ccd0e Add vfs::recursive_directory_iterator 11 年之前
  NAKAMURA Takumi 207443bcfa VirtualFileSystemTest.cpp: Get rid of initializer list on std::vector, to appease msc17. 11 年之前
  NAKAMURA Takumi fd7d4660dc Reformat. 11 年之前
  Ben Langmuir 93d4222c22 Fix test issues from r211623 and remove test-only API 11 年之前
  Ben Langmuir 2f672ba97b Disable the bits of r211623 that broke the bots 11 年之前
  Ben Langmuir cd6ef194d0 Add directory_iterator for (non-recursive) iteration of VFS directories 11 年之前
  Rafael Espindola 1b302fa914 Update for llvm api change. 11 年之前
  Rafael Espindola 5471ad06e1 Refer to error_code with the std prefix. 11 年之前
  Rafael Espindola 3d9d8de878 Fix msvc unittest build. 11 年之前
  Rafael Espindola 534f692b4d Use std::error_code instead of llvm::error_code. 11 年之前
  Craig Topper b23b499237 [C++11] Use 'nullptr'. Unittests edition. 11 年之前
  Rafael Espindola a7025137ce There is no std::errc:success, remove the llvm one. 11 年之前
  Rafael Espindola 68a8353941 Use make_error_code in preparation for making errc an enum class. 11 年之前
  Ahmed Charles 70639e8de3 Replace OwningPtr with std::unique_ptr. 11 年之前
  Ben Langmuir 75f094ca56 Attempt to re-enable the VFS unittests on Windows 11 年之前
  NAKAMURA Takumi 2accf9a27f Disable BasicTests/VFS on win32 for now. Investigating. 11 年之前
  Ben Langmuir e40e43d033 Add a 'use-external-names' option to VFS overlay files 11 年之前
  Ben Langmuir 2e63a1199a Allow multi-component paths in VFS file nodes 11 年之前
  Ben Langmuir 7af2a8f9c8 Improve some gtest assertions 11 年之前
  Ben Langmuir 02ed638412 Pass through context for DiagHandler in VFS 11 年之前
  Ben Langmuir 9298d56cfb Add a VFSFromYAML class and a parser to create it 11 年之前
  Ben Langmuir d7596d6412 Recommit virtual file system 11 年之前
  Juergen Ributzka 6c03a38d81 Reverting the virtual file system implementation, because it triggers an assertion 11 年之前
  Ben Langmuir c482cba289 Fix some test issues in VirtualFileSystemTest 11 年之前
  Ben Langmuir 2dc42ea140 Attempt to appease C++11 buildbots 11 年之前
  Ben Langmuir 0d3cd059d7 Add an OverlayFileSystem class 11 年之前