aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/CacheTokens.cpp
AgeCommit message (Expand)Author
2010-03-18Make some typedefs privateKovarththanan Rajaratnam
2010-03-18Rename variable to indicate what it is being used forKovarththanan Rajaratnam
2010-03-17Entering the main source file in the preprocessor can fail if theDouglas Gregor
2010-03-16Use SourceManager's Diagnostic object for all file-reading errors,Douglas Gregor
2010-03-14Add EmitString helper methodKovarththanan Rajaratnam
2010-03-14Unbreak last commit. This should have been part of r98478.Kovarththanan Rajaratnam
2010-03-14Pass file string by referenceKovarththanan Rajaratnam
2010-03-14Use makeAbsolute()Kovarththanan Rajaratnam
2010-03-14Move to anonymous namespaceKovarththanan Rajaratnam
2010-03-13No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUp...Kovarththanan Rajaratnam
2010-03-07Don't rely on implicit conversionKovarththanan Rajaratnam
2010-03-05Use clang::io::Emit8Kovarththanan Rajaratnam
2010-03-02Move Emit24 to clang::ioKovarththanan Rajaratnam
2010-01-20Use the llvm coding convention for indentation for switch.Mike Stump
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