]> granicus.if.org Git - clang/history - include/clang/Basic/FileSystemStatCache.h
Header guard canonicalization, clang part.
[clang] / include / clang / Basic / FileSystemStatCache.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-11 David Blaikieunique_ptr-ify FileSystemStatCache::setNextStatCache
2014-08-10 David Blaikieunique_ptr-ify FileSystemStatCache::takeNextStatCache
2014-07-08 David BlaikieImprove memory ownership of vfs::Files in the FileSyste...
2014-07-07 Alp TokerRemove unused sys/stat.h includes
2014-05-23 Ben LangmuirStopgap fix for finding module for a file mapped in...
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-03-11 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
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-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-20 Ben LangmuirRecommit virtual file system
2014-02-20 Juergen RibutzkaReverting the virtual file system implementation, becau...
2014-02-19 Ben LangmuirInitial implementation of virtual file system
2013-08-01 Rafael EspindolaUse llvm::sys::fs::UniqueID for windows and unix.
2012-12-11 Argyrios KyrtzidisExtend stat query APIs to explicitly specify if the...
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-07-02 James DennettDocumentation cleanup:
2012-07-02 James DennettDocumentation cleanup: reformatting/fixing up file...
2012-06-08 Dmitri GribenkoConvert comments to proper Doxygen comments.
2012-02-05 Dylan NoblesmithBasic: import OwningPtr<> into clang namespace
2011-12-20 David BlaikieUnweaken vtables as per http://llvm.org/docs/CodingStan...
2010-11-23 Chris Lattnerchange the 'is directory' indicator to be a null-or-not
2010-11-23 Chris Lattnersimplify the cache miss handling code, eliminating...
2010-11-23 Chris Lattnerfactor the "cache miss" handling code out of FM into...
2010-11-23 Chris LattnerPCH files only cache successful stats. Remove the...
2010-11-23 Chris Lattnerrework the stat cache, pulling it out of FileManager...