aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/RewriteMacros.cpp
AgeCommit message (Expand)Author
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