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
/
Lexer.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-02-24
Fix PR2090, a typo in digraph processing.
Chris Lattner
2008-01-03
simplify the lexer a bit, pulling stuff out of the default case.
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-13
add a helper method.
Chris Lattner
2007-11-30
start partitioning the diagnostics into two classes: those
Chris Lattner
2007-10-18
Silenced a couple of VC++ warnings.
Hartmut Kaiser
2007-10-17
Move token length calculation out of the diagnostics machinery into
Chris Lattner
2007-10-17
Add a new type of lexer: a raw lexer, which does not require a preprocessor
Chris Lattner
2007-10-09
Make a significant change to invert the control flow handling
Chris Lattner
2007-10-09
Switch lexer/pp over to new Token::is/isNot api
Chris Lattner
2007-10-07
implement the Token class in the Lexer.cpp file instead of IdentifierInfo.cpp
Chris Lattner
2007-09-03
Eliminate some VC++ warnings, patch by Hartmut Kaiser!
Chris Lattner
2007-07-24
Use a smallstring instead of an std::string in FileChanged to avoid some mall...
Chris Lattner
2007-07-22
Change hte lexer to start a start pointer to the underlying
Chris Lattner
2007-07-22
split the slow path out of Lexer::getSourceLocation and do not let the
Chris Lattner
2007-07-22
avoid recursion between SkipBCPLComment and SkipWhitespace. In cases like this:
Chris Lattner
2007-07-21
Fix a lexer bug where we incorrectly rejected
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-11
Stage two of getting CFE top correct.
Reid Spencer