summaryrefslogtreecommitdiffstats
path: root/clang/include/clang/Lex/Token.h
Commit message (Expand)AuthorAgeFilesLines
...
* rename tok::annot_qualtypename -> tok::annot_typename, which is bothChris Lattner2009-01-061-1/+1
* Ultrasimplistic sketch for the parsing of C++ template-ids. This won'tDouglas Gregor2008-12-181-1/+25
* De-unionize fields in Token class.Daniel Dunbar2008-11-201-25/+25
* Introduce annotation tokens, a special kind of token, created and used only b...Argyrios Kyrtzidis2008-11-081-7/+62
* Added method to access the raw flags of Token.Ted Kremenek2008-10-211-0/+7
* Change Parser & Sema to use interned "super" for comparions.Daniel Dunbar2008-08-141-4/+0
* Change encoding of TokenKind in IdentifierTable to be of type "unsigned"Ted Kremenek2008-02-231-6/+12
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* add a helper method.Chris Lattner2007-12-131-1/+5
* Add two new Token helper functions, "is" and "isNot". This allows us to writeChris Lattner2007-10-091-0/+5
* Don't rely on ADL to find this member, patch by Justin HandvilleChris Lattner2007-09-081-1/+1
* Eliminate some VC++ warnings, patch by Hartmut Kaiser!Chris Lattner2007-09-031-4/+4
* Add helper functions Token::isObjCAtKeyword() and Token::getObjCKeywordID().Steve Naroff2007-08-231-1/+7
* At one point there were going to be lexer and parser tokens.Chris Lattner2007-07-201-0/+137
OpenPOWER on IntegriCloud