]> granicus.if.org Git - clang/history - lib/Basic/VirtualFileSystem.cpp
Add directory_iterator for (non-recursive) iteration of VFS directories
[clang] / lib / Basic / VirtualFileSystem.cpp
2014-06-24 Ben LangmuirAdd directory_iterator for (non-recursive) iteration...
2014-06-13 Rafael EspindolaUpdate for llvm api change.
2014-06-12 Rafael EspindolaRefer to error_code with the std prefix.
2014-06-12 Rafael EspindolaAdd a std:: prefix in cases where ADL would have failed...
2014-06-12 Rafael EspindolaUse generic_category from the std namespace.
2014-06-12 Rafael EspindolaErrno should use generic_category.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-05-31 Rafael EspindolaUse make_error_code in preparation for making errc...
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-23 Ben LangmuirStopgap fix for finding module for a file mapped in...
2014-05-21 Justin BognerVirtualFileSystem: Fix a few directory traversal bugs...
2014-05-20 Justin BognerVirtualFileSystem: Fix false positives in YAMLVFSWriter...
2014-05-20 Justin BognerVirtualFileSystem: Add YAMLVFSWriter to generate VFS...
2014-05-08 Craig Topper[C++11] Use 'nullptr'.
2014-05-05 Argyrios Kyrtzidis[Basic/FileManager] Propagate whether a file 'IsVolatil...
2014-03-10 Benjamin Kramer[C++11] Avoid implicit conversion of ArrayRef to std...
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2014-03-07 Ahmed CharlesChange OwningPtr::take() to OwningPtr::release().
2014-03-05 Ben LangmuirAttempt to re-enable the VFS unittests on Windows
2014-03-04 Ben LangmuirSupport relative paths in VFSFromYAML
2014-03-02 Benjamin Kramer[C++11] Use std::atomic instead of LLVM's.
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Chandler Carruth[C++11] Switch from the llvm_move macro to directly...
2014-03-01 Benjamin KramerMove private classes into anonymous namespaces.
2014-02-28 Ben LangmuirReapply fixed "Honour 'use-external-names' in FileManager"
2014-02-27 Ben LangmuirRevert "Honour 'use-external-names' in FileManager"
2014-02-27 Ben LangmuirHonour 'use-external-names' in FileManager
2014-02-27 Ben LangmuirAdd a 'use-external-names' option to VFS overlay files
2014-02-25 Ben LangmuirAdd a driver option -ivfsoverlay
2014-02-25 Ben LangmuirAllow multi-component paths in VFS file nodes
2014-02-24 Ben LangmuirPass through context for DiagHandler in VFS
2014-02-22 Ben LangmuirSilence a warning from r201905
2014-02-21 Ben LangmuirAdd a VFSFromYAML class and a parser to create it
2014-02-20 Ben LangmuirRecommit virtual file system
2014-02-20 Juergen RibutzkaReverting the virtual file system implementation, becau...
2014-02-19 Ben LangmuirReduce verbosity in the virtual file system using LLVM.h
2014-02-19 Ben LangmuirRemove typo from r201618
2014-02-19 Ben LangmuirAdd an OverlayFileSystem class
2014-02-19 Ben LangmuirInitial implementation of virtual file system