Commit Verlauf

Autor SHA1 Nachricht Datum
  David Blaikie 88b00c0761 unique_ptr-ify FileSystemStatCache::setNextStatCache vor 11 Jahren
  David Blaikie 07e81e7275 unique_ptr-ify FileSystemStatCache::takeNextStatCache vor 11 Jahren
  David Blaikie 1614d5cef4 Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()" vor 11 Jahren
  David Blaikie 87e7bf9da1 Improve memory ownership of vfs::Files in the FileSystemStatCache by using std::unique_ptr vor 11 Jahren
  Alp Toker 5676ff327f Remove unused sys/stat.h includes vor 11 Jahren
  Ben Langmuir ff6e3ae785 Avoid invalidating successfully loaded module files vor 11 Jahren
  Rafael Espindola e616fa6104 Include system_error directly. vor 11 Jahren
  Rafael Espindola 9986295b4f Replace llvm::error_code with std::error_code. vor 11 Jahren
  Ben Langmuir 68d890da08 Stopgap fix for finding module for a file mapped in the VFS vor 11 Jahren
  Craig Topper 603e37c3dd [C++11] Use 'nullptr'. vor 11 Jahren
  Argyrios Kyrtzidis bd80493223 [Basic/FileManager] Propagate whether a file 'IsVolatile' to the file opening functions. vor 11 Jahren
  Ahmed Charles 70639e8de3 Replace OwningPtr with std::unique_ptr. vor 11 Jahren
  Ahmed Charles 789a4f820d Change OwningPtr::take() to OwningPtr::release(). vor 11 Jahren
  Ben Langmuir d066fe94b0 Reapply fixed "Honour 'use-external-names' in FileManager" vor 11 Jahren
  Ben Langmuir 86c8d8ee06 Revert "Honour 'use-external-names' in FileManager" vor 11 Jahren
  Ben Langmuir 2b1bc151cb Honour 'use-external-names' in FileManager vor 11 Jahren
  Ben Langmuir 80070baa14 Reapply r202420 hopefully fixed for other STLs vor 11 Jahren
  Ben Langmuir dda6f52db1 Revert "Remove constructors from FileEntry that prevent owning resources" vor 11 Jahren
  Ben Langmuir 1f3d645a46 Remove constructors from FileEntry that prevent owning resources vor 11 Jahren
  Ben Langmuir cb258fa9e9 Split FileEntry name vs. isValid vor 11 Jahren
  Patrik Hagglund 7edcb6e633 Fix gcc -Wparentheses warning. vor 11 Jahren
  Ben Langmuir d7596d6412 Recommit virtual file system vor 11 Jahren
  Juergen Ributzka 6c03a38d81 Reverting the virtual file system implementation, because it triggers an assertion vor 11 Jahren
  Ben Langmuir 91e3d5860a Initial implementation of virtual file system vor 11 Jahren
  Rafael Espindola 0fda0f75f0 Use llvm::sys::fs::UniqueID for windows and unix. vor 12 Jahren
  Rafael Espindola aefb1d3312 Convert a use of stat with sys::fs::status. vor 12 Jahren
  Rafael Espindola 146d57fd51 Fix handling of "clang c:foo" vor 12 Jahren
  Craig Topper 09d19efaa1 Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. vor 12 Jahren
  Dmitri Gribenko adeb7822cb <limits.h> includes <linux/limits.h> on Linux, no need to special-case it vor 12 Jahren
  Douglas Gregor 713b7c0118 Since we're stuck with realpath for the header <-> module mapping, vor 12 Jahren