Age | Commit message (Expand) | Author |
2013-01-24 | Handle universal character names and Unicode characters outside of literals. | Jordan Rose |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-09-28 | Compatibility macro detection for the -Wimplicit-fallthrough diagnostic. | Alexander Kornienko |
2012-09-26 | Revert r163022, it caused PR13924. | Nico Weber |
2012-08-31 | Emulate MSVC's preprocessor macro argument separator behavior by not consider... | Joao Matos |
2012-06-17 | Documentation cleanup: | James Dennett |
2012-03-06 | User-defined literals: reject string and character UDLs in all places where the | Richard Smith |
2011-07-27 | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor |
2011-06-23 | Remove superfluous comment | Douglas Gregor |
2011-06-23 | Bump Token::Kind from an unsigned char to an unsigned short, from Anton Lokhm... | Douglas Gregor |
2011-02-19 | Reimplement Token::isAnnotation() using TokenKinds.def. No functionality cha... | Peter Collingbourne |
2010-12-22 | Introduced raw_identifier token kind. | Abramo Bagnara |
2010-11-20 | Revert r119838 "Don't warn for empty 'if' body if there is a macro that expan... | Argyrios Kyrtzidis |
2010-09-03 | Use getSpelling to get original text of the | Fariborz Jahanian |
2010-09-03 | Patch to allow alternative representation of c++ | Fariborz Jahanian |
2010-08-30 | Revert my user-defined literal commits - r1124{58,60,67} pending | Sean Hunt |
2010-08-30 | Two minor fixes to user-defined literals: | Sean Hunt |
2010-08-29 | Fix some test-breaking that snuck into my previous commit | Sean Hunt |
2010-08-29 | Implement C++0x user-defined string literals. | Sean Hunt |
2010-06-17 | fix some more gcc3.4 constness warnings | Gabor Greif |
2010-06-15 | fix the various buildbot failures by ensuring that tokens are really complete... | Chris Lattner |
2010-06-08 | Token is POD-like. | Benjamin Kramer |
2010-02-08 | When placing an annotation token over an existing annotation token, make sure... | Sebastian Redl |
2009-11-10 | Improve parsing of template arguments to lay the foundation for | Douglas Gregor |
2009-11-04 | Use unsigned char instead of unsigned : 8 to make the optimizer happier. | Daniel Dunbar |
2009-11-03 | Parsing and semantic analysis for template-ids that name overloaded | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
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 |