aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/RewriteMacros.cpp
AgeCommit message (Expand)Author
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2010-04-20push some source location information down through the compiler,Chris Lattner
2010-03-17Entering the main source file in the preprocessor can fail if theDouglas Gregor
2010-03-13No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUp...Kovarththanan Rajaratnam
2009-11-30Fix PR5633 by making the preprocessor handle the case where we canChris Lattner
2009-10-18PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar
2009-10-18Move misc clients to IdentifierInfo StringRef API.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-24Fix build of clang with gcc-4.4: #include <cstdio> was missing.Torok Edwin
2009-08-23Replace cerr with errs().Benjamin Kramer
2009-08-19Convert parts of Rewriter to StringRef based API.Daniel Dunbar
2009-05-19Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman