Age | Commit message (Expand) | Author |
2010-03-31 | Rename TypenameType to DependentNameType in anticipation of some | Douglas Gregor |
2010-03-28 | After performing template argument deduction for a function template, | Douglas Gregor |
2010-03-26 | When deducing an integral template argument for a non-type template | Douglas Gregor |
2010-03-25 | Improve our handling of local instantiation scopes in two related ways: | Douglas Gregor |
2010-03-10 | Create a new InjectedClassNameType to represent bare-word references to the | John McCall |
2010-03-01 | Split out types that are non-canonical unless dependent as their own | John McCall |
2010-02-08 | Thread a source location into the template-argument deduction routines. There | John McCall |
2010-02-07 | Require a complete type before examining base classes during template argument | Chandler Carruth |
2010-02-02 | Extract a common base class between UnresolvedLookupExpr and | John McCall |
2010-02-02 | Implement C++ [temp.deduct.call]p6, template argument deduction for overloaded | John McCall |
2010-01-27 | Implement access control for overloaded functions. Suppress access control | John McCall |
2010-01-14 | After dyn_cast'ing, it generally makes sense to check the *output* of | Douglas Gregor |
2010-01-11 | When resolving a single function template specialization to a | Douglas Gregor |
2010-01-11 | Implement name lookup for conversion function template specializations | Douglas Gregor |
2010-01-04 | Make sure to use ASTContext::getAs*ArrayType() when decomposing array | Douglas Gregor |
2009-12-30 | More fixes to the handling of CVR-comparisons on array types. Adds a method to | Chandler Carruth |
2009-12-29 | Correctly refer to element CVR qualifications when determining if a type is | Chandler Carruth |
2009-12-29 | Get rid of FixedWidthIntType, as suggested by Chris and Eli. | Anders Carlsson |
2009-12-21 | When a template-id refers to a single function template, and the | Douglas Gregor |
2009-12-21 | Introduce an assertion to ensure that template argument deduction does | Douglas Gregor |
2009-12-04 | Fix "using typename" and the instantiation of non-dependent using declarations. | John McCall |
2009-11-28 | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer |
2009-11-25 | Implement support for default template arguments of function templates. | Douglas Gregor |
2009-11-23 | Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations... | John McCall |
2009-11-16 | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor |
2009-11-13 | Revert r88718, which does NOT solve the constructor-template-as-copy-construc... | Douglas Gregor |
2009-11-13 | Template argument deduction of a non-type template parameter from a | Douglas Gregor |
2009-11-13 | A constructor template cannot be instantiated to a copy | Douglas Gregor |
2009-11-11 | Template argument deduction for template template parameters. This | Douglas Gregor |
2009-11-11 | Introduce a new representation for template template | Douglas Gregor |
2009-10-29 | Track source information for template arguments and template specialization | John McCall |
2009-10-29 | Implement support for semantic checking and template instantiation of | Douglas Gregor |
2009-10-25 | Audit the code for places where it is assumed that every base specifier refer... | Sebastian Redl |
2009-10-23 | Store the builtin types as CanQualTypes. Expand a bit on the CanQual API, | John McCall |
2009-10-22 | Canonicality is a property of qualified types, not unqualified types. | John McCall |
2009-09-30 | Improve template argument deduction in the case where the parameter | Douglas Gregor |
2009-09-25 | WIP implementation of explicit instantiation of function templates, | Douglas Gregor |
2009-09-24 | WIP implementation of explicit function template specialization. This | Douglas Gregor |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-21 | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall |
2009-09-18 | Make the construction of the code-completion string for a function | Douglas Gregor |
2009-09-15 | Add an assertion and a test case, in a fruitless attempt to track down an exi... | Douglas Gregor |
2009-09-15 | Slightly improved template argument deduction for use in partial | Douglas Gregor |
2009-09-15 | Implement partial ordering of class template partial specializations | Douglas Gregor |
2009-09-14 | Refactor MarkDeductedTemplateParameters into | Douglas Gregor |
2009-09-14 | Tighten up checking of non-dependent arguments as part of template | Douglas Gregor |
2009-09-14 | Implement partial ordering of function template specializations | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-28 | Tighten up the conversion from a single-level template argument list | Douglas Gregor |
2009-08-25 | Clarify the difference between substitution and instantiation by renaming | John McCall |