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