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
/
FileSystemStatCache.h
Age
Commit message (
Expand
)
Author
2012-12-11
Extend stat query APIs to explicitly specify if the query is for
Argyrios Kyrtzidis
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-07-02
Documentation cleanup:
James Dennett
2012-07-02
Documentation cleanup: reformatting/fixing up file comments so that they have
James Dennett
2012-06-08
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2010-11-23
change the 'is directory' indicator to be a null-or-not
Chris Lattner
2010-11-23
simplify the cache miss handling code, eliminating CacheMissing.
Chris Lattner
2010-11-23
factor the "cache miss" handling code out of FM into a static
Chris Lattner
2010-11-23
PCH files only cache successful stats. Remove the code that reads/writes
Chris Lattner
2010-11-23
rework the stat cache, pulling it out of FileManager.h into
Chris Lattner