Historique des commits

Auteur SHA1 Message Date
  Harlan Haskins d69df82ea2 [FileSystemStatCache] Return std::error_code from stat cache methods il y a 6 ans
  Harlan Haskins fe7e41cdbe Replace clang::FileData with llvm::vfs::Status il y a 6 ans
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo il y a 6 ans
  Alex Lorenz 5d78f362c9 Remove stat cache chaining as it's no longer needed after PTH support has been il y a 6 ans
  Jonas Devlieghere ef858170ac Lift VFS from clang to llvm (NFC) il y a 6 ans
  Fangrui Song abdbb605f2 Remove trailing space il y a 7 ans
  Eugene Zelenko 4654818441 [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). il y a 7 ans
  Pavel Labath 7a8f655927 [VFS] Replace TimeValue usage with std::chrono il y a 8 ans
  Mehdi Amini b042fd3636 Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC) il y a 8 ans
  Sean Silva 16c0d99604 [cleanup] Remove some unused #ifdef's il y a 10 ans
  Benjamin Kramer 0273eb0d7a Make VFS and FileManager match the current MemoryBuffer API. il y a 10 ans
  David Blaikie 87e7bf9da1 Improve memory ownership of vfs::Files in the FileSystemStatCache by using std::unique_ptr il y a 11 ans
  Manuel Klimek dab00ab195 Fix memory leak in FileSystemStatCache. il y a 11 ans
  Rafael Espindola 9986295b4f Replace llvm::error_code with std::error_code. il y a 11 ans
  Ben Langmuir 68d890da08 Stopgap fix for finding module for a file mapped in the VFS il y a 11 ans
  Craig Topper 603e37c3dd [C++11] Use 'nullptr'. il y a 11 ans
  Ahmed Charles 70639e8de3 Replace OwningPtr with std::unique_ptr. il y a 11 ans
  Ahmed Charles 789a4f820d Change OwningPtr::take() to OwningPtr::release(). il y a 11 ans
  Ben Langmuir d066fe94b0 Reapply fixed "Honour 'use-external-names' in FileManager" il y a 11 ans
  Ben Langmuir 86c8d8ee06 Revert "Honour 'use-external-names' in FileManager" il y a 11 ans
  Ben Langmuir 2b1bc151cb Honour 'use-external-names' in FileManager il y a 11 ans
  Ben Langmuir d7596d6412 Recommit virtual file system il y a 11 ans
  Juergen Ributzka 6c03a38d81 Reverting the virtual file system implementation, because it triggers an assertion il y a 11 ans
  Ben Langmuir 91e3d5860a Initial implementation of virtual file system il y a 11 ans
  Rafael Espindola 0fda0f75f0 Use llvm::sys::fs::UniqueID for windows and unix. il y a 12 ans
  Rafael Espindola d965f95daa Update for llvm API change. il y a 12 ans
  Argyrios Kyrtzidis e5d30e3b40 Extend stat query APIs to explicitly specify if the query is for il y a 12 ans
  David Blaikie 99ba9e3bd7 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch il y a 13 ans
  Michael J. Spencer 256053b31e Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. il y a 14 ans
  Chris Lattner c0f31fd085 attempt to fix a buildbot failure, apparently apache fails to build. il y a 14 ans