index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Lex
/
TokenLexer.h
Age
Commit message (
Expand
)
Author
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Dmitri Gribenko
2012-09-13
Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is
Dmitri Gribenko
2012-08-30
Make preprocessor act in a GCC-compatible fashion when a macro is redefined
Richard Smith
2011-08-23
Introduce SourceManager::isInSLocAddrSpace and use it in TokenLexer instead o...
Argyrios Kyrtzidis
2011-08-19
For assigning SourceLocations to macro arg tokens, reserve a single SLocEntry
Argyrios Kyrtzidis
2011-08-19
Rename TokenLexer::getMacroExpansionLocation -> getExpansionLocForMacroDefLoc...
Argyrios Kyrtzidis
2011-07-14
Switch the TokenLexer's terminology from various forms of 'instantiate'
Chandler Carruth
2011-07-07
Make the Preprocessor more memory efficient and improve macro instantiation d...
Argyrios Kyrtzidis
2011-06-29
Introduce a caching mechanism for macro expanded tokens.
Argyrios Kyrtzidis
2011-02-22
Make TokenLexer capable of storing preprocessor directive tokens
Peter Collingbourne
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-03-04
make the token lexer allocate its temporary token buffers for
Chris Lattner
2009-02-15
track "just a little more" location information for macro instantiations.
Chris Lattner
2008-10-28
clarify comment, rename argument to avoid a subtle conflict
Chris Lattner
2008-03-10
implement simple support for arbitrary token lookahead. Change the
Chris Lattner
2008-03-09
split the MacroArgs class out of TokenLexer.cpp/h into
Chris Lattner
2008-03-09
Rename MacroExpander.cpp/h -> TokenLexer.cpp/h
Chris Lattner