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
/
Token.h
Age
Commit message (
Expand
)
Author
2009-02-25
Include the appropriate header for malloc
Douglas Gregor
2009-02-25
Implement parsing of nested-name-specifiers that involve template-ids, e.g.,
Douglas Gregor
2009-01-26
This change refactors some of the low-level lexer interfaces a bit.
Chris Lattner
2009-01-06
Make Token::setLength assert that the token is not an annotation token.
Chris Lattner
2009-01-06
rename tok::annot_qualtypename -> tok::annot_typename, which is both
Chris Lattner
2008-12-18
Ultrasimplistic sketch for the parsing of C++ template-ids. This won't
Douglas Gregor
2008-11-20
De-unionize fields in Token class.
Daniel Dunbar
2008-11-08
Introduce annotation tokens, a special kind of token, created and used only b...
Argyrios Kyrtzidis
2008-10-21
Added method to access the raw flags of Token.
Ted Kremenek
2008-08-14
Change Parser & Sema to use interned "super" for comparions.
Daniel Dunbar
2008-02-23
Change encoding of TokenKind in IdentifierTable to be of type "unsigned"
Ted Kremenek
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-10-09
Add two new Token helper functions, "is" and "isNot". This allows us to write
Chris Lattner
2007-09-08
Don't rely on ADL to find this member, patch by Justin Handville
Chris Lattner
2007-09-03
Eliminate some VC++ warnings, patch by Hartmut Kaiser!
Chris Lattner
2007-08-23
Add helper functions Token::isObjCAtKeyword() and Token::getObjCKeywordID().
Steve Naroff
2007-07-20
At one point there were going to be lexer and parser tokens.
Chris Lattner