| Commit message (Expand) | Author | Age | Files | Lines |
* | Diagnose the declaration of template template parameters that | Douglas Gregor | 2010-10-21 | 1 | -1/+1 |
* | When we are missing the ',' or '>' to terminate a template parameter | Douglas Gregor | 2010-10-15 | 1 | -1/+1 |
* | One who seeks knowledge learns something new every day. | John McCall | 2010-08-26 | 1 | -2/+2 |
* | OwningExprResult -> ExprResult. This patch brought to you by | John McCall | 2010-08-24 | 1 | -2/+2 |
* | Abstract out passing around types and kill off ActionBase. | John McCall | 2010-08-24 | 1 | -9/+11 |
* | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall | 2010-08-23 | 1 | -1/+1 |
* | Push DeclGroupRefs and TemplateNames in an opaque but type-safe way | John McCall | 2010-08-23 | 1 | -2/+2 |
* | Kill off Parser::TemplateParameterList to avoid misparses. | John McCall | 2010-08-23 | 1 | -4/+4 |
* | Sundry incremental steps towards killing off Action. | John McCall | 2010-08-23 | 1 | -1/+1 |
* | DeclPtrTy -> Decl * | John McCall | 2010-08-21 | 1 | -27/+25 |
* | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -3/+3 |
* | Template keyword should not be ignored building a QualifiedTemplateName. | Abramo Bagnara | 2010-08-06 | 1 | -1/+3 |
* | Treat template parameters as part of the declaration-specifiers for the | John McCall | 2010-07-16 | 1 | -3/+14 |
* | Fix PR7617 by not entering ParseFunctionDefinition when | Chris Lattner | 2010-07-11 | 1 | -1/+1 |
* | Move the "current scope" state from the Parser into Action. This | Douglas Gregor | 2010-07-02 | 1 | -6/+6 |
* | Implement C++ DR481, which clarifies that the scope of template | Douglas Gregor | 2010-07-01 | 1 | -45/+35 |
* | When we see a 'template' disambiguator that marks the next identifier | Douglas Gregor | 2010-06-16 | 1 | -9/+8 |
* | Fix the recently-added warning about 'typename' and 'template' | Douglas Gregor | 2010-06-16 | 1 | -3/+3 |
* | Properly disambiguate between an elaborated-type-specifier and a | Douglas Gregor | 2010-06-04 | 1 | -2/+31 |
* | Improve recovery when we see a dependent template name that is missing | Douglas Gregor | 2010-05-21 | 1 | -1/+6 |
* | Improve parser recovery when we encounter a dependent template name | Douglas Gregor | 2010-05-21 | 1 | -1/+29 |
* | Propagate access specifiers to anonymous union members nested within classes. | John McCall | 2010-05-21 | 1 | -1/+1 |
* | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -1/+1 |
* | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -1/+1 |
* | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -1/+1 |
* | When placing an annotation token over an existing annotation token, make sure... | Sebastian Redl | 2010-02-08 | 1 | -1/+1 |
* | Reimplement constructor declarator parsing to cope with template-ids | Douglas Gregor | 2010-01-13 | 1 | -1/+2 |
* | Make sure to give an error for template argument lists followed by junk. | Eli Friedman | 2009-12-27 | 1 | -2/+4 |
* | Second half of r91023, saving files is good. | Chris Lattner | 2009-12-10 | 1 | -0/+1 |
* | spread 'const' love to some variables. this considerably reduces the amount o... | Nuno Lopes | 2009-12-10 | 1 | -1/+1 |
* | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer | 2009-11-28 | 1 | -2/+1 |
* | Added rudimentary C++0x attribute support. | Alexis Hunt | 2009-11-21 | 1 | -0/+4 |
* | Implement C++ [temp.param]p2 correctly, looking ahead when we see a | Douglas Gregor | 2009-11-21 | 1 | -5/+35 |
* | Cope with extraneous "template" keyword when providing an out-of-line | Douglas Gregor | 2009-11-20 | 1 | -1/+2 |
* | Remove an overly-eager assertion when replacing tokens with an | Douglas Gregor | 2009-11-12 | 1 | -16/+17 |
* | Introduce a new representation for template template | Douglas Gregor | 2009-11-11 | 1 | -73/+90 |
* | Silence warning. | Benjamin Kramer | 2009-11-10 | 1 | -1/+1 |
* | Improve parsing of template arguments to lay the foundation for | Douglas Gregor | 2009-11-10 | 1 | -38/+97 |
* | Properly replace (cxxscope, template-id) annotation tokens with a | Douglas Gregor | 2009-11-04 | 1 | -5/+4 |
* | Change our basic strategy for avoiding deprecation warnings when the decl use | John McCall | 2009-11-04 | 1 | -3/+6 |
* | Implement support for parsing dependent template-ids that refer to | Douglas Gregor | 2009-11-04 | 1 | -5/+12 |
* | Improved fix for PR3844, which recovers better for class template | Douglas Gregor | 2009-10-30 | 1 | -1/+5 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -81/+81 |
* | Parse extern templates, pass that information all the way to Sema, | Douglas Gregor | 2009-09-04 | 1 | -5/+9 |
* | Keep track of the template parameter depth properly when we have | Douglas Gregor | 2009-08-24 | 1 | -5/+32 |
* | Initial support for parsing and representation of member function templates. | Douglas Gregor | 2009-08-20 | 1 | -0/+6 |
* | Fix a typo in a variable name | Douglas Gregor | 2009-08-20 | 1 | -3/+3 |
* | sp. | John McCall | 2009-07-31 | 1 | -1/+1 |
* | Implement support for out-of-line definitions of the class members of class | Douglas Gregor | 2009-07-22 | 1 | -8/+16 |
* | fix PR4452, a crash on invalid. The error recovery is still terrible in this... | Chris Lattner | 2009-06-26 | 1 | -6/+21 |