index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lex
/
Preprocessor.cpp
Age
Commit message (
Expand
)
Author
2007-07-23
implement a missing feature in the #include handler, where
Chris Lattner
2007-07-23
refactor the interface to Preprocessor::GetIncludeFilenameSpelling,
Chris Lattner
2007-07-22
fix a bug getting the spelling of an identifier token
Chris Lattner
2007-07-20
At one point there were going to be lexer and parser tokens.
Chris Lattner
2007-07-20
simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buff...
Chris Lattner
2007-07-20
Reimplement SourceLocation. Instead of having a
Chris Lattner
2007-07-19
Fix a stringizing bug that Neil noticed. We should preprocess this:
Chris Lattner
2007-07-19
Correctly respect C99 5.1.1.2p4 when searching for the first '(' of
Chris Lattner
2007-07-16
Add a new Preprocessor::AdvanceToTokenCharacter method which, given a sloc
Chris Lattner
2007-07-15
Cache macro expander objects to avoid thrashing malloc in heavy expansion sit...
Chris Lattner
2007-07-14
switch function-like macros from using a vector for their arguments to an
Chris Lattner
2007-07-14
expose an iterator interface to getReplacementTokens instead of the datastruc...
Chris Lattner
2007-07-14
split function-like and object-like macro body parsing to make the
Chris Lattner
2007-07-13
remove use of alloca.
Chris Lattner
2007-07-13
Solaris needs an included header for alloca
Gabor Greif
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer
[prev]