Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
0edde55077cc3cb9fffeba19f5936f05a68c8e2b
/
Lex
/
MacroExpander.cpp
9c68306
Fix a really subtle bug in the macro expander caching code, where
by Chris Lattner
· 18 years ago
d217773
At one point there were going to be lexer and parser tokens.
by Chris Lattner
· 18 years ago
25bdb51
simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buffer*.
by Chris Lattner
· 18 years ago
9dc1f53
Reimplement SourceLocation. Instead of having a
by Chris Lattner
· 18 years ago
2b64fdc
Fix a stringizing bug that Neil noticed. We should preprocess this:
by Chris Lattner
· 18 years ago
dda75cf
remove obsolete comment.
by Chris Lattner
· 18 years ago
abca2bb
Change SourceManager::getInstantiationLoc to take virtual locations, doing its
by Chris Lattner
· 18 years ago
9594acf
Cache macro expander objects to avoid thrashing malloc in heavy expansion situations.
by Chris Lattner
· 18 years ago
c215bd6
expose an iterator interface to getReplacementTokens instead of the datastructure itself.
by Chris Lattner
· 18 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 18 years ago