index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Basic
/
FileManager.h
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-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-05
Replace some instances of std::string with StringRefs.
Benjamin Kramer
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-03-28
move StatListener out to top level.
Chris Lattner
2009-02-14
Fix the build on win32.
Cedric Venet
2009-02-12
FileManager:
Ted Kremenek
2009-02-12
Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system calls
Ted Kremenek
2009-01-28
FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEnt...
Ted Kremenek
2008-02-24
In FileManager: use full paths to unique files and directories on Windows,
Ted Kremenek
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-20
Renamed "FileEntry::getDev()" to "FileEntry::getDevice()"
Ted Kremenek
2007-12-18
Refactored inode and device number into FileEntry, and changed the
Ted Kremenek
2007-12-18
Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, and
Ted Kremenek
2007-12-04
Removed serialization of FileEntry and DirectoryEntry. This objects will
Ted Kremenek
2007-12-04
Implemented serialization of FileEntry and DirectoryEntry.
Ted Kremenek
2007-10-30
update some comments.
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer