]> granicus.if.org Git - clang/history - include/clang/Basic/FileManager.h
Header guard canonicalization, clang part.
[clang] / include / clang / Basic / FileManager.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-11 David Blaikieunique_ptr-ify FileSystemStatCache::setNextStatCache
2014-07-19 David BlaikieRemove uses of the redundant ".reset(nullptr)" of uniqu...
2014-07-08 David BlaikieImprove memory ownership of vfs::Files in the FileSyste...
2014-06-20 Ben LangmuirAvoid invalidating successfully loaded module files
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2014-03-04 Benjamin KramerRevert "FileEntry: Remove unused and half-broken copy...
2014-03-04 Benjamin KramerFileEntry: Remove unused and half-broken copy ctor.
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 LangmuirReapply r202420 hopefully fixed for other STLs
2014-02-27 Ben LangmuirRevert "Remove constructors from FileEntry that prevent...
2014-02-27 Ben LangmuirRemove constructors from FileEntry that prevent owning...
2014-02-27 Ben LangmuirSplit FileEntry name vs. isValid
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 LangmuirInitial implementation of virtual file system
2014-02-07 Dmitri GribenkoDocument return value for FileManager::getNoncachedStat...
2013-08-01 Rafael EspindolaUse llvm::sys::fs::UniqueID for windows and unix.
2013-07-29 Rafael EspindolaConvert a use of stat with sys::fs::status.
2013-06-26 Rafael EspindolaRemove forward declarations of sys::Path.
2013-01-26 Douglas GregorSince we're stuck with realpath for the header <->...
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-11-05 Daniel DunbarFrontend: Add support for reading named pipes as the...
2012-07-31 Manuel KlimekFixes a segfault in Tooling when using pch's:
2012-07-11 Argyrios KyrtzidisIntroduce a flag in SourceManager to treat non-system...
2012-07-10 Axel NaumannImprove r159256 following Chandler's comments:
2012-07-02 James DennettDocumentation cleanup:
2012-07-02 James DennettDocumentation cleanup: reformatting/fixing up file...
2012-06-27 Axel NaumannFrom Vassil Vassilev:
2012-06-15 James DennettDocumentation cleanup: fixed/created some /brief functi...
2012-05-03 Argyrios Kyrtzidis[PCH] When validating that the files coming from PCH...
2012-02-20 Dylan NoblesmithBasic: import IntrusiveRefCntPtr<> into clang namespace
2012-02-05 Dylan NoblesmithBasic: import OwningPtr<> into clang namespace
2011-10-20 David BlaikieFix all 80 col violations in include/clang/Basic, plus...
2011-09-13 Douglas GregorFor modules, use a hash of the compiler version, langua...
2011-09-12 Douglas GregorWhen an import statement fails to find a module in...
2011-07-28 Jonathan D. TurnerSwitch the ModuleManager over to using a FileManager...
2011-07-20 Chris Lattnernow that we have a centralized place to do so, add...
2011-06-23 Dylan Noblesmithavoid using config.h in public headers
2011-03-21 Ted KremenekImprove crash recovery cleanup to recovery CompilerInst...
2011-03-18 Anders CarlssonAdd FileManager::getNoncachedStatValue, which will...
2011-03-16 Argyrios KyrtzidisHaving FileManager::getFile always open the file, broug...
2011-03-14 Anders CarlssonGet rid of the static FileManager::FixupRelativePath.
2011-03-07 Anders CarlssonAdd a non-static FixupRelativePath to FileManager.
2011-03-06 Anders CarlssonConvert FileManager::FixupRelativePath over to using...
2011-02-11 Zhanyong WanImproves Clang's virtual file handling.
2011-02-10 Douglas GregorImplement two related optimizations that make de-serial...
2010-11-28 Chris Lattnertighten up operator= to ensure we don't get multiple...
2010-11-24 Francois PichetFix 2 problems with Chris Lattner's FileManager redesig...
2010-11-23 Chris LattnerThe final result of all this refactoring: instead of...
2010-11-23 Chris Lattnerchange the 'is directory' indicator to be a null-or-not
2010-11-23 Chris Lattnerpull "is directory" handling into FileManager::getStatValue
2010-11-23 Chris Lattnerrework the stat cache, pulling it out of FileManager...
2010-11-23 Chris Lattnertidy up. Split FileManager::getBufferForFile into
2010-11-23 Chris Lattnernow the FileManager has a FileSystemOpts ivar, stop...
2010-11-23 Chris Lattnergive FileManager a 'FileSystemOptions' ivar, which...
2010-11-23 Chris LattnerPartially revert Doug's PCH validation patch (r98585).
2010-11-23 Chris Lattnerstringref'ize API
2010-11-21 Chris Lattnerremove old compatibility APIs, use StringRef versions...
2010-11-21 Chris Lattnerchange the various getFile routines to use StringRef...
2010-11-03 Argyrios KyrtzidisImplement -working-directory.
2010-07-14 Benjamin KramerPass StringRefs by value.
2009-12-02 Douglas GregorExtend -remap-file=from;to to permit mapping from a...
2009-10-16 Douglas GregorAdd support for a chain of stat caches in the FileManag...
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-09-05 Benjamin KramerReplace some instances of std::string with StringRefs.
2009-04-27 Douglas GregorImplement caching of stat() calls for precompiled heade...
2009-04-22 Douglas GregorRemove the serialization code that predates precompiled
2009-03-28 Chris Lattnermove StatListener out to top level.
2009-02-14 Cedric VenetFix the build on win32.
2009-02-12 Ted KremenekFileManager:
2009-02-12 Ted KremenekAdd lightweight shim "clang::StatSysCallCache" that...
2009-01-28 Ted KremenekFileManager: Use a BumpPtrAllocator for the StringMaps...
2008-02-24 Ted KremenekIn FileManager: use full paths to unique files and...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-20 Ted KremenekRenamed "FileEntry::getDev()" to "FileEntry::getDevice()"
2007-12-18 Ted KremenekRefactored inode and device number into FileEntry,...
2007-12-18 Ted KremenekAdded to FileEntry a pointer to the <dev_t,ino_t> pair...
2007-12-04 Ted KremenekRemoved serialization of FileEntry and DirectoryEntry...
2007-12-04 Ted KremenekImplemented serialization of FileEntry and DirectoryEntry.
2007-10-30 Chris Lattnerupdate some comments.
2007-07-11 Reid SpencerStage two of getting CFE top correct.