aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/FileManager.cpp
AgeCommit message (Expand)Author
2009-10-16Add support for a chain of stat caches in the FileManager, rather thanDouglas Gregor
2009-09-18don't stick an uninitialized 'stat' buf into the stat cache, fill itChris Lattner
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-05Replace some instances of std::string with StringRefs.Benjamin Kramer
2009-08-23API changes to match llvm ToT.Chris Lattner
2009-08-23Replace cerr with errs().Benjamin Kramer
2009-08-12improve path handling, patch by Baptiste Lepilleur!Chris Lattner
2009-04-27Implement caching of stat() calls for precompiled headers, which isDouglas Gregor
2009-04-22Remove the serialization code that predates precompiledDouglas Gregor
2009-02-12FileManager:Ted Kremenek
2009-02-12search and replaceo? Chris Lattner
2009-02-12Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system callsTed Kremenek
2009-01-28On Windows use a BumpPtrAllocator for the UniqueFileContainer's StringMap.Ted Kremenek
2009-01-28FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEnt...Ted Kremenek
2009-01-28Add a some comments to designate Windows-specific/Unix-specific code. No fun...Ted Kremenek
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner