summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/RewriteMacros.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix PR5633 by making the preprocessor handle the case where we canChris Lattner2009-11-301-1/+2
* PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar2009-10-181-3/+3
* Move misc clients to IdentifierInfo StringRef API.Daniel Dunbar2009-10-181-4/+4
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-18/+18
* Fix build of clang with gcc-4.4: #include <cstdio> was missing.Torok Edwin2009-08-241-0/+2
* Replace cerr with errs().Benjamin Kramer2009-08-231-1/+0
* Convert parts of Rewriter to StringRef based API.Daniel Dunbar2009-08-191-5/+5
* Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman2009-05-191-0/+215
OpenPOWER on IntegriCloud