Age | Commit message (Expand) | Author |
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 |
2010-08-25 | Move more stuff out of Sema.h. | John McCall |
2010-08-24 | Struggle mightily against header inclusion in Sema.h. | John McCall |
2010-08-20 | Another step in the process of making the parser depend on Sema: | John McCall |
2010-08-19 | When deducing the element type of an array, ignore qualifiers if | John McCall |
2010-08-12 | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor |
2010-08-06 | Remove some incorrect assertions when deduction template arguments in | Douglas Gregor |
2010-08-05 | TDK_InconsistentQuals is really totally different from TDK_Inconsistent. | John McCall |
2010-08-05 | Permit template argument deduction to add qualifiers within ObjC object | John McCall |
2010-08-05 | Preserve calling convention etc. across template instantiations. | Eli Friedman |
2010-06-11 | Split DependentNameType into two types. DependentNameType represents the | John McCall |
2010-05-15 | Substantially alter the design of the Objective C type AST by introducing | John McCall |
2010-05-13 | When performing template argument deduction, match Objective C pointers | John McCall |
2010-05-09 | Be more careful about picking a template parameter when we fail to substitute... | Douglas Gregor |
2010-05-08 | When printing an overload candidate that failed due to SFINAE, print a | Douglas Gregor |
2010-05-08 | Improve overload-candidate diagnostic for a function template that | Douglas Gregor |
2010-04-29 | When performing partial ordering of class template partial | Douglas Gregor |
2010-04-29 | For template argument deduction from class template partial | Douglas Gregor |
2010-04-29 | Access-check during template argument deduction from the context of the | John McCall |
2010-04-29 | Properly switch into the declaring scope of a template when performing | John McCall |
2010-04-28 | When instantiating a function template specialization following | Douglas Gregor |
2010-04-27 | Make the InjectedClassNameType the canonical type of the current instantiation | John McCall |
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 |