aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/FileManager.h
AgeCommit message (Expand)Author
2009-10-16Add support for a chain of stat caches in the FileManager, rather thanDouglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-05Replace some instances of std::string with StringRefs.Benjamin Kramer
2009-04-27Implement caching of stat() calls for precompiled headers, which isDouglas Gregor
2009-04-22Remove the serialization code that predates precompiledDouglas Gregor
2009-03-28move StatListener out to top level.Chris Lattner
2009-02-14Fix the build on win32.Cedric Venet
2009-02-12FileManager:Ted Kremenek
2009-02-12Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system callsTed Kremenek
2009-01-28FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEnt...Ted Kremenek
2008-02-24In FileManager: use full paths to unique files and directories on Windows,Ted Kremenek
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-20Renamed "FileEntry::getDev()" to "FileEntry::getDevice()"Ted Kremenek
2007-12-18Refactored inode and device number into FileEntry, and changed theTed Kremenek
2007-12-18Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, andTed Kremenek
2007-12-04Removed serialization of FileEntry and DirectoryEntry. This objects willTed Kremenek
2007-12-04Implemented serialization of FileEntry and DirectoryEntry.Ted Kremenek
2007-10-30update some comments.Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer