| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement -Wc++98-compat warnings for the parser. | Richard Smith | 2011-10-15 | 1 | -9/+9 |
| * | Reinstate r141898 (reverted in r141921), without the -Wc++98-compat-variadic-... | Richard Smith | 2011-10-14 | 1 | -4/+8 |
| * | Revert the -Wc++98-compat flag because dgregor doesn't like it. | Jeffrey Yasskin | 2011-10-14 | 1 | -8/+4 |
| * | Implement the first piece of a -Wc++98-compat flag so that people can build in | Jeffrey Yasskin | 2011-10-13 | 1 | -4/+8 |
| * | Allow for annotate attributes after access specifiers. When such | Erik Verbruggen | 2011-10-13 | 1 | -6/+11 |
| * | Fix a bug in the token caching for inline constructors in C++11, and improve ... | Sebastian Redl | 2011-09-30 | 1 | -13/+8 |
| * | Correctly parse braced member initializers (even in delayed parsing) and corr... | Sebastian Redl | 2011-09-24 | 1 | -1/+1 |
| * | Fix wrong comment about reentering template scope for -fdelayed-template-pars... | Francois Pichet | 2011-09-23 | 1 | -1/+1 |
| * | [microsoft] Fix a bug in -fdelayed-template-parsing mode where we were not re... | Francois Pichet | 2011-09-22 | 1 | -19/+38 |
| * | Changed references of BaseTy, MemInitTy, CXXScopeTy, TemplateParamsTy to CXXB... | Richard Trieu | 2011-09-09 | 1 | -1/+1 |
| * | objc - Simplify switing objc decl context by using | Fariborz Jahanian | 2011-08-22 | 1 | -11/+4 |
| * | Restore patch I reversed in r138040. Known buildbot | Fariborz Jahanian | 2011-08-22 | 1 | -5/+14 |
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -4/+4 |
| * | Introduce DelayedCleanupPool useful for simplifying clean-up of certain resou... | Argyrios Kyrtzidis | 2011-06-22 | 1 | -3/+1 |
| * | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -4/+4 |
| * | Remove unnecessary const away cast in LateTemplateParserCallback. | Francois Pichet | 2011-04-23 | 1 | -2/+2 |
| * | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet | 2011-04-22 | 1 | -0/+124 |
| * | Insomniac refactoring: change how the parser allocates attributes so that | John McCall | 2011-03-24 | 1 | -3/+3 |
| * | Push nested-name-specifier source-location information into dependent | Douglas Gregor | 2011-03-02 | 1 | -9/+12 |
| * | Retain complete source-location information for C++ | Douglas Gregor | 2011-02-24 | 1 | -1/+1 |
| * | When parsing an out-of-line member function declaration, we must delay | John McCall | 2011-02-14 | 1 | -1/+1 |
| * | Implement the suggested resolution to core issue 547, extended to also | Douglas Gregor | 2011-01-31 | 1 | -1/+2 |
| * | Downgrade the "variadic templates are a C++0x feature" error to an | Douglas Gregor | 2011-01-19 | 1 | -2/+2 |
| * | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -3/+1 |
| * | Make sure that we parse a '>>' that closes two template argument lists | Douglas Gregor | 2011-01-11 | 1 | -1/+1 |
| * | Parse template template argument pack expansions. They're still not | Douglas Gregor | 2011-01-05 | 1 | -5/+18 |
| * | Implement support for template template parameter packs, e.g., | Douglas Gregor | 2011-01-05 | 1 | -9/+22 |
| * | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall | 2010-12-24 | 1 | -6/+4 |
| * | Introduce a new type, PackExpansionType, to capture types that are | Douglas Gregor | 2010-12-20 | 1 | -0/+5 |
| * | Diagnose attempst to template using declarations and using directives. | John McCall | 2010-11-10 | 1 | -2/+21 |
| * | 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 |