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