summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/FileManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removing trailing directory separator, to make stat workJohn Thompson2009-12-181-0/+5
* FileManager: Do not cache failed stats, it is easy to construct commonDaniel Dunbar2009-12-111-10/+9
* Extend -remap-file=from;to to permit mapping from a non-existentDouglas Gregor2009-12-021-22/+73
* Add support for a chain of stat caches in the FileManager, rather thanDouglas Gregor2009-10-161-2/+37
* don't stick an uninitialized 'stat' buf into the stat cache, fill itChris Lattner2009-09-181-0/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-29/+28
* Replace some instances of std::string with StringRefs.Benjamin Kramer2009-09-051-0/+3
* API changes to match llvm ToT.Chris Lattner2009-08-231-0/+1
* Replace cerr with errs().Benjamin Kramer2009-08-231-12/+11
* improve path handling, patch by Baptiste Lepilleur!Chris Lattner2009-08-121-0/+3
* Implement caching of stat() calls for precompiled headers, which isDouglas Gregor2009-04-271-0/+18
* Remove the serialization code that predates precompiledDouglas Gregor2009-04-221-2/+0
* FileManager:Ted Kremenek2009-02-121-6/+4
* search and replaceo? Chris Lattner2009-02-121-1/+1
* Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system callsTed Kremenek2009-02-121-8/+10
* On Windows use a BumpPtrAllocator for the UniqueFileContainer's StringMap.Ted Kremenek2009-01-281-1/+1
* FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEnt...Ted Kremenek2009-01-281-1/+0
* Add a some comments to designate Windows-specific/Unix-specific code. No fun...Ted Kremenek2009-01-281-0/+12
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+275
OpenPOWER on IntegriCloud