| Commit message (Expand) | Author | Age | Files | Lines |
| * | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -0/+1 |
| * | When performing template argument deduction, match Objective C pointers | John McCall | 2010-05-13 | 1 | -3/+9 |
| * | Be more careful about picking a template parameter when we fail to substitute... | Douglas Gregor | 2010-05-09 | 1 | -2/+4 |
| * | When printing an overload candidate that failed due to SFINAE, print a | Douglas Gregor | 2010-05-08 | 1 | -4/+9 |
| * | Improve overload-candidate diagnostic for a function template that | Douglas Gregor | 2010-05-08 | 1 | -1/+4 |
| * | When performing partial ordering of class template partial | Douglas Gregor | 2010-04-29 | 1 | -1/+9 |
| * | For template argument deduction from class template partial | Douglas Gregor | 2010-04-29 | 1 | -51/+73 |
| * | Access-check during template argument deduction from the context of the | John McCall | 2010-04-29 | 1 | -3/+3 |
| * | Properly switch into the declaring scope of a template when performing | John McCall | 2010-04-29 | 1 | -0/+6 |
| * | When instantiating a function template specialization following | Douglas Gregor | 2010-04-28 | 1 | -2/+4 |
| * | Make the InjectedClassNameType the canonical type of the current instantiation | John McCall | 2010-04-27 | 1 | -5/+13 |
| * | Rename TypenameType to DependentNameType in anticipation of some | Douglas Gregor | 2010-03-31 | 1 | -3/+3 |
| * | After performing template argument deduction for a function template, | Douglas Gregor | 2010-03-28 | 1 | -28/+162 |
| * | When deducing an integral template argument for a non-type template | Douglas Gregor | 2010-03-26 | 1 | -32/+35 |
| * | Improve our handling of local instantiation scopes in two related ways: | Douglas Gregor | 2010-03-25 | 1 | -7/+5 |
| * | Create a new InjectedClassNameType to represent bare-word references to the | John McCall | 2010-03-10 | 1 | -0/+9 |
| * | Split out types that are non-canonical unless dependent as their own | John McCall | 2010-03-01 | 1 | -0/+21 |
| * | Thread a source location into the template-argument deduction routines. There | John McCall | 2010-02-08 | 1 | -11/+12 |
| * | Require a complete type before examining base classes during template argument | Chandler Carruth | 2010-02-07 | 1 | -72/+80 |
| * | Extract a common base class between UnresolvedLookupExpr and | John McCall | 2010-02-02 | 1 | -23/+8 |
| * | Implement C++ [temp.deduct.call]p6, template argument deduction for overloaded | John McCall | 2010-02-02 | 1 | -31/+111 |
| * | Implement access control for overloaded functions. Suppress access control | John McCall | 2010-01-27 | 1 | -37/+32 |
| * | After dyn_cast'ing, it generally makes sense to check the *output* of | Douglas Gregor | 2010-01-14 | 1 | -1/+1 |
| * | When resolving a single function template specialization to a | Douglas Gregor | 2010-01-11 | 1 | -1/+4 |
| * | Implement name lookup for conversion function template specializations | Douglas Gregor | 2010-01-11 | 1 | -10/+8 |
| * | Make sure to use ASTContext::getAs*ArrayType() when decomposing array | Douglas Gregor | 2010-01-04 | 1 | -2/+2 |
| * | More fixes to the handling of CVR-comparisons on array types. Adds a method to | Chandler Carruth | 2009-12-30 | 1 | -3/+5 |
| * | Correctly refer to element CVR qualifications when determining if a type is | Chandler Carruth | 2009-12-29 | 1 | -53/+1 |
| * | Get rid of FixedWidthIntType, as suggested by Chris and Eli. | Anders Carlsson | 2009-12-29 | 1 | -1/+0 |
| * | When a template-id refers to a single function template, and the | Douglas Gregor | 2009-12-21 | 1 | -22/+69 |
| * | Introduce an assertion to ensure that template argument deduction does | Douglas Gregor | 2009-12-21 | 1 | -1/+1 |
| * | Fix "using typename" and the instantiation of non-dependent using declarations. | John McCall | 2009-12-04 | 1 | -0/+1 |
| * | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer | 2009-11-28 | 1 | -1/+0 |
| * | Implement support for default template arguments of function templates. | Douglas Gregor | 2009-11-25 | 1 | -15/+41 |
| * | Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations... | John McCall | 2009-11-23 | 1 | -32/+19 |
| * | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor | 2009-11-16 | 1 | -6/+6 |
| * | Revert r88718, which does NOT solve the constructor-template-as-copy-construc... | Douglas Gregor | 2009-11-13 | 1 | -1/+1 |
| * | Template argument deduction of a non-type template parameter from a | Douglas Gregor | 2009-11-13 | 1 | -2/+41 |
| * | A constructor template cannot be instantiated to a copy | Douglas Gregor | 2009-11-13 | 1 | -1/+1 |
| * | Template argument deduction for template template parameters. This | Douglas Gregor | 2009-11-11 | 1 | -43/+43 |
| * | Introduce a new representation for template template | Douglas Gregor | 2009-11-11 | 1 | -25/+44 |
| * | Track source information for template arguments and template specialization | John McCall | 2009-10-29 | 1 | -20/+43 |
| * | Implement support for semantic checking and template instantiation of | Douglas Gregor | 2009-10-29 | 1 | -32/+58 |
| * | Audit the code for places where it is assumed that every base specifier refer... | Sebastian Redl | 2009-10-25 | 1 | -1/+1 |
| * | Store the builtin types as CanQualTypes. Expand a bit on the CanQual API, | John McCall | 2009-10-23 | 1 | -3/+3 |
| * | Canonicality is a property of qualified types, not unqualified types. | John McCall | 2009-10-22 | 1 | -2/+2 |
| * | Improve template argument deduction in the case where the parameter | Douglas Gregor | 2009-09-30 | 1 | -7/+1 |
| * | WIP implementation of explicit instantiation of function templates, | Douglas Gregor | 2009-09-25 | 1 | -0/+118 |
| * | WIP implementation of explicit function template specialization. This | Douglas Gregor | 2009-09-24 | 1 | -1/+1 |
| * | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall | 2009-09-24 | 1 | -24/+19 |