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