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