Age | Commit message (Expand) | Author |
2011-01-11 | Add TemplateArgument::CreatePackCopy() to create a new parameter pack | Douglas Gregor |
2011-01-11 | Implement C++ [temp.func.order]p5 more directly, by passing down the | Douglas Gregor |
2011-01-10 | Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which | Douglas Gregor |
2011-01-05 | Replace the representation of template template argument pack | Douglas Gregor |
2011-01-05 | Add semantic analysis for the creation of and an AST representation | Douglas Gregor |
2011-01-05 | Update C++ [temp.param]p11 citation to reflect the changes in C++0x. No funct... | Douglas Gregor |
2011-01-05 | Implement C++0x [temp.param]p11 for non-type and template template | Douglas Gregor |
2011-01-05 | Implement proper parameter pack matching for non-type template | Douglas Gregor |
2011-01-05 | Implement support for template template parameter packs, e.g., | Douglas Gregor |
2011-01-04 | Improve our handling of non-type template parameters in partial | Douglas Gregor |
2011-01-03 | Properly rebuild pack expansions whose pattern is a non-type template | Douglas Gregor |
2011-01-03 | Unwrap template argument packs when checking the template arguments of | Douglas Gregor |
2011-01-03 | Diagnose the presence of unexpanded parameter packs within class | Douglas Gregor |
2010-12-24 | Non-type template parameter packs cannot have default arguments. | Douglas Gregor |
2010-12-23 | Add an AST representation for non-type template parameter | Douglas Gregor |
2010-12-23 | Implement parsing of function parameter packs and non-type template | Douglas Gregor |
2010-12-23 | Reimplement the comparison of a class template partial | Douglas Gregor |
2010-12-21 | Tweak the checking of class template partial specialization arguments | Douglas Gregor |
2010-12-21 | A class template partial specialization cannot be a friend. Fixes PR8649. | Douglas Gregor |
2010-12-20 | Implement basic support for template instantiation of pack expansions | Douglas Gregor |
2010-12-20 | When checking a template argument list against a template containing | Douglas Gregor |
2010-12-20 | Clean up the handling of template argument packs, especially in the | Douglas Gregor |
2010-12-20 | Introduce a new type, PackExpansionType, to capture types that are | Douglas Gregor |
2010-12-18 | Apply attributes to explicit specializations. Specializations which | John McCall |
2010-12-16 | Delay the check for unexpanded parameter packs in the types of | Douglas Gregor |
2010-12-16 | Check for unexpanded parameter packs in non-type template parameter types. | Douglas Gregor |
2010-12-16 | Check for unexpanded parameter packs in default arguments. | Douglas Gregor |
2010-12-15 | Move the work-in-progress implementation of variadic templates to its own fil... | Douglas Gregor |
2010-12-15 | Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed In... | Peter Collingbourne |
2010-12-15 | Variadic templates: extend the Expr class with a bit that specifies | Douglas Gregor |
2010-12-13 | Variadic templates: extend Type, NestedNameSpecifier, TemplateName, | Douglas Gregor |
2010-12-10 | Do not substitute template types if template has dependent context | Peter Collingbourne |
2010-12-10 | Added ParenType type node. | Abramo Bagnara |
2010-12-10 | It's kindof silly that ExtQuals has an ASTContext&, and we can use that | John McCall |
2010-12-09 | A typename specifier can end up referring to a unresolved using | Douglas Gregor |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
2010-12-03 | Added struct/class syntactic info for c++0x scoped enum. | Abramo Bagnara |
2010-11-23 | A few tweaks to the value-kind computation: | John McCall |
2010-11-18 | In some situations, TemplateArgumentLoc wasn't setting TypeSourceLoc (see | Craig Silverstein |
2010-11-18 | Calculate the value kind of an expression when it's created and | John McCall |
2010-11-15 | Assorted work leading towards the elimination of CK_Unknown. | John McCall |
2010-11-10 | Diagnose attempst to template using declarations and using directives. | John McCall |
2010-11-07 | Remove broken support for variadic templates, along with the various | Douglas Gregor |
2010-10-26 | No really, we don't have a retain/release system for statements/expressions | John McCall |
2010-10-21 | Diagnose the declaration of template template parameters that | Douglas Gregor |
2010-10-20 | When matching template parameter lists to template-ids in a scope specifier | John McCall |
2010-10-16 | White-listing templated-scope friend decls is a good idea, but doing it | John McCall |
2010-10-13 | Introduce a bit into Type that keeps track of whether there are any | Douglas Gregor |
2010-10-13 | Eliminates a clang warning. | Fariborz Jahanian |
2010-10-13 | Teach the warning about unnamed/local types in template arguments to | Douglas Gregor |