提交历史

作者 SHA1 备注 提交日期
  Rafael Espindola 783cea4dd2 Update for llvm api changes. 11 年之前
  Rafael Espindola 86925f9d19 Convert a few ownership comments with std::unique_ptr. 11 年之前
  Justin Bogner 9e5a027d79 VirtualFileSystem: Correctly generate the mapping for an empty VFS 11 年之前
  Rafael Espindola 860df574e7 Update for llvm api change. 11 年之前
  Ben Langmuir 6f641ccd0e Add vfs::recursive_directory_iterator 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 a6eda76937 Add a std:: prefix in cases where ADL would have failed on windows. 11 年之前
  Rafael Espindola ee15377860 Use generic_category from the std namespace. 11 年之前
  Rafael Espindola 308f966088 Errno should use generic_category. 11 年之前
  Rafael Espindola 534f692b4d Use std::error_code instead of llvm::error_code. 11 年之前
  Rafael Espindola 68a8353941 Use make_error_code in preparation for making errc an enum class. 11 年之前
  Rafael Espindola fbb96d49ad Use error_code() instead of error_code::succes() 11 年之前
  Ben Langmuir 68d890da08 Stopgap fix for finding module for a file mapped in the VFS 11 年之前
  Justin Bogner 9fefd0267a VirtualFileSystem: Fix a few directory traversal bugs in VFSWriter 11 年之前
  Justin Bogner f1b460f9ea VirtualFileSystem: Fix false positives in YAMLVFSWriter::containedIn 11 年之前
  Justin Bogner 99b5a85324 VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping files 11 年之前
  Craig Topper 603e37c3dd [C++11] Use 'nullptr'. 11 年之前
  Argyrios Kyrtzidis bd80493223 [Basic/FileManager] Propagate whether a file 'IsVolatile' to the file opening functions. 11 年之前
  Benjamin Kramer c81e2906c1 [C++11] Avoid implicit conversion of ArrayRef to std::vector and use move semantics where appropriate. 11 年之前
  Ahmed Charles f8b74ee5f0 [C++11] Replace OwningPtr include with <memory>. 11 年之前
  Ahmed Charles 70639e8de3 Replace OwningPtr with std::unique_ptr. 11 年之前
  Ahmed Charles 789a4f820d Change OwningPtr::take() to OwningPtr::release(). 11 年之前
  Ben Langmuir 75f094ca56 Attempt to re-enable the VFS unittests on Windows 11 年之前
  Ben Langmuir 0366aa4b3f Support relative paths in VFSFromYAML 11 年之前
  Benjamin Kramer 3135d45300 [C++11] Use std::atomic instead of LLVM's. 11 年之前
  Craig Topper caa4c61ee5 Switch all uses of LLVM_OVERRIDE to just use 'override' directly. 11 年之前
  Chandler Carruth f4481e0e41 [C++11] Switch from the llvm_move macro to directly calling std::move. 11 年之前
  Benjamin Kramer f755b9d247 Move private classes into anonymous namespaces. 11 年之前