aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/CacheTokens.cpp
AgeCommit message (Expand)Author
2009-11-30Fix PR5633 by making the preprocessor handle the case where we canChris Lattner
2009-11-28Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.Benjamin Kramer
2009-10-18PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar
2009-10-18Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar
2009-10-17Use StringExtra's HashString instead of BernsteinHash.Daniel Dunbar
2009-10-16Add support for a chain of stat caches in the FileManager, rather thanDouglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-23API changes to match llvm ToT.Chris Lattner
2009-08-23Replace cerr with errs().Benjamin Kramer
2009-05-19Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman