Age | Commit message (Expand) | Author |
2011-01-11 | Add TemplateArgument::CreatePackCopy() to create a new parameter pack | Douglas Gregor |
2011-01-11 | Implement partial ordering of class template partial specializations | Douglas Gregor |
2011-01-11 | Implement C++ [temp.func.order]p5 more directly, by passing down the | Douglas Gregor |
2011-01-11 | Implement the last bullet of [temp.deduct.type]p5 and part of the last | Douglas Gregor |
2011-01-10 | Implement more of C++0x [temp.arg.explicit]p9, allowing extension of | Douglas Gregor |
2011-01-10 | Repent for my copy-and-paste sins, factoring out the code that forms | Douglas Gregor |
2011-01-10 | Factor out the code to set up template argument deduction for a set of | Douglas Gregor |
2011-01-10 | Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which | Douglas Gregor |
2011-01-07 | Implement substitution of a function parameter pack for its set of | Douglas Gregor |
2011-01-07 | Factor out the template transformation of a sequence of function | Douglas Gregor |
2011-01-06 | Implement template argument deduction from a call to a function | Douglas Gregor |
2011-01-05 | Fast-path an arity check when performing template argument deduction that com... | Douglas Gregor |
2011-01-05 | Initial implementation of function parameter packs. This implementation allows: | Douglas Gregor |
2011-01-05 | Propagate the "deduced from array bound" bit when comparing deduced | Douglas Gregor |
2011-01-05 | When we're converting deduced template arguments to the type of the | 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 | Many of the built-in operator candidates introduced into overload | Douglas Gregor |
2011-01-04 | Eliminate some completely useless code that attempted to perform some | Douglas Gregor |
2011-01-04 | Improve our handling of non-type template parameters in partial | Douglas Gregor |
2011-01-04 | Remove an unnecessary FIXME for variadic templates | Douglas Gregor |
2011-01-04 | Minor cleanups for template argument deduction in the presence of | Douglas Gregor |
2011-01-04 | Improve the checking of deduced template arguments stored within template arg... | Douglas Gregor |
2011-01-03 | Implement support for pack expansions whose pattern is a non-type | Douglas Gregor |
2010-12-24 | Fix a thinko in a helper routine for template argument deduction that | Douglas Gregor |
2010-12-23 | Implement the part of C++0x [temp.arg.explicit]p3 that pertains to | Douglas Gregor |
2010-12-23 | Implement the rest of C++0x [temp.deduct.type]p9, which specifies that | Douglas Gregor |
2010-12-22 | Be paranoid about NULL size expressions in dependently-sized array types | Douglas Gregor |
2010-12-22 | Unify the consistency checking for deduced template arguments into a | Douglas Gregor |
2010-12-22 | Implement template argument deduction for pack expansions whose | Douglas Gregor |
2010-12-22 | When performing template argument deduction where the argument is a | Douglas Gregor |
2010-12-22 | Implicitly expand argument packs when performing template argument | 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-10 | It's kindof silly that ExtQuals has an ASTContext&, and we can use that | John McCall |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
2010-11-24 | Switch a lot of call-sites over to using the new value-kind calculations. | John McCall |
2010-11-15 | Implement C++0x [temp.func.order]p3 (aka DR532) properly. In | Douglas Gregor |
2010-11-12 | Implement C++ [over.match.funcs]p4 as it concerns partial ordering of | Douglas Gregor |
2010-11-07 | Remove broken support for variadic templates, along with the various | Douglas Gregor |
2010-11-05 | When determining which template partial specialization is more specialized, | Argyrios Kyrtzidis |
2010-11-02 | When performing template argument deduction against a template-id, | Douglas Gregor |
2010-10-26 | No really, we don't have a retain/release system for statements/expressions | John McCall |
2010-10-12 | Introduce support for emitting diagnostics (warnings + their notes) | Douglas Gregor |
2010-10-12 | Enter the context of the declared function template when performing | John McCall |
2010-10-12 | When finalizing a function template specialization following template | Douglas Gregor |
2010-09-29 | When performing template argument deduction of a function template | Douglas Gregor |
2010-08-30 | Perform the function-to-pointer adjustment during template argument | Douglas Gregor |
2010-08-28 | When perform exact-qualifier-match template argument deduction, | John McCall |
2010-08-27 | Propagate whether an id-expression is the immediate argument of | John McCall |