summaryrefslogtreecommitdiffstats
path: root/clang/Driver/RewriteMacros.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-236/+0
* rename getFullFilePos -> getFileOffset.Chris Lattner2009-01-271-6/+6
* use simplified Lexer ctor.Chris Lattner2009-01-171-3/+1
* this massive patch introduces a simple new abstraction: it makesChris Lattner2009-01-171-1/+1
* more SourceLocation lexicon change: instead of referring to theChris Lattner2009-01-161-2/+2
* [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME thatDaniel Dunbar2008-11-131-2/+2
* Change how raw lexers are handled: instead of creating them and thenChris Lattner2008-10-121-1/+1
* Patch by Csaba Hruska!Ted Kremenek2008-09-131-8/+13
* Fix typo.Ted Kremenek2008-08-141-1/+1
* comment out #pragma mark and #warning directives.Chris Lattner2008-07-251-2/+21
* rewrite handling of the raw token stream in -rewrite-macros to lexChris Lattner2008-07-251-29/+52
* make rewrite macros insert a space when commenting out macros where the token...Chris Lattner2008-06-031-2/+3
* Two identifiers are not the same unless they have the same identifier info.Chris Lattner2008-05-311-1/+7
* Implement -rewrite-macros, which is a crazy macro expander that expandsChris Lattner2008-05-101-9/+126
* make #if 0 code compile, even though it still isn't very useful.Chris Lattner2008-05-091-13/+4
* start implementation of a macro rewriter, this is currently just stubbed out.Chris Lattner2008-05-081-0/+76
OpenPOWER on IntegriCloud