aboutsummaryrefslogtreecommitdiff
path: root/Driver/RewriteMacros.cpp
AgeCommit message (Expand)Author
2009-03-24Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar
2009-01-27rename getFullFilePos -> getFileOffset.Chris Lattner
2009-01-17use simplified Lexer ctor.Chris Lattner
2009-01-17this massive patch introduces a simple new abstraction: it makesChris Lattner
2009-01-16more SourceLocation lexicon change: instead of referring to theChris Lattner
2008-11-13[LLVM up] Update for raw_fd_ostream change. This fixes a FIXME thatDaniel Dunbar
2008-10-12Change how raw lexers are handled: instead of creating them and thenChris Lattner
2008-09-13Patch by Csaba Hruska!Ted Kremenek
2008-08-14Fix typo.Ted Kremenek
2008-07-25comment out #pragma mark and #warning directives.Chris Lattner
2008-07-25rewrite handling of the raw token stream in -rewrite-macros to lexChris Lattner
2008-06-03make rewrite macros insert a space when commenting out macros where the token...Chris Lattner
2008-05-31Two identifiers are not the same unless they have the same identifier info.Chris Lattner
2008-05-10Implement -rewrite-macros, which is a crazy macro expander that expandsChris Lattner
2008-05-09make #if 0 code compile, even though it still isn't very useful.Chris Lattner
2008-05-08start implementation of a macro rewriter, this is currently just stubbed out.Chris Lattner