| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improve point-of-instantiation location information for members of class temp... | Douglas Gregor | 2009-10-15 | 1 | -2/+2 |
| * | Check the interactions between explicit instantiations and template | Douglas Gregor | 2009-10-15 | 1 | -0/+7 |
| * | Testing and some minor fixes for explicit template instantiation. | Douglas Gregor | 2009-10-14 | 1 | -2/+5 |
| * | When explicitly specializing a member that is a template, mark the | Douglas Gregor | 2009-10-13 | 1 | -5/+27 |
| * | Improve checking for specializations of member classes of class | Douglas Gregor | 2009-10-08 | 1 | -4/+19 |
| * | For instantiations of static data members of class templates, keep | Douglas Gregor | 2009-10-08 | 1 | -3/+6 |
| * | Make sure to set the template specialization kind of an explicit | Douglas Gregor | 2009-10-08 | 1 | -3/+3 |
| * | Keep track of whether a member function instantiated from a member | Douglas Gregor | 2009-10-07 | 1 | -4/+11 |
| * | Slightly improve the semantics of extern templates for member functions of cl... | Douglas Gregor | 2009-09-29 | 1 | -2/+3 |
| * | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall | 2009-09-24 | 1 | -1/+1 |
| * | Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls even | Douglas Gregor | 2009-09-16 | 1 | -3/+4 |
| * | Slightly improved template argument deduction for use in partial | Douglas Gregor | 2009-09-15 | 1 | -0/+3 |
| * | Implement partial ordering of class template partial specializations | Douglas Gregor | 2009-09-15 | 1 | -10/+43 |
| * | Slight improvement for extern templates, so that an explicit | Douglas Gregor | 2009-09-11 | 1 | -4/+21 |
| * | Track a class template specialization's point of instantiation separately | John McCall | 2009-09-11 | 1 | -1/+1 |
| * | Support elaborated dependent types and diagnose tag mismatches. | John McCall | 2009-09-11 | 1 | -1/+31 |
| * | Instantiate PredefinedExprs correctly. Patch by Sam Weinig! | Anders Carlsson | 2009-09-11 | 1 | -0/+24 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -110/+109 |
| * | Report errors for member functions correctly. | Anders Carlsson | 2009-09-05 | 1 | -2/+1 |
| * | Use a separate diagnostic for default function argument expressions. | Anders Carlsson | 2009-09-05 | 1 | -0/+43 |
| * | Improve the AST representation and semantic analysis for extern | Douglas Gregor | 2009-09-04 | 1 | -17/+21 |
| * | Improve template instantiation for member access expressions that | Douglas Gregor | 2009-09-03 | 1 | -3/+5 |
| * | Implement proper substitution for OverloadedFunctionDecls, but substituting e... | Douglas Gregor | 2009-09-01 | 1 | -8/+0 |
| * | Improve instantiation of UnresolvedUsingDecls. | Anders Carlsson | 2009-08-29 | 1 | -0/+7 |
| * | Ensure code generation for friend declarations in class templates. | John McCall | 2009-08-29 | 1 | -5/+13 |
| * | Implement template instantiation for member class templates. | Douglas Gregor | 2009-08-28 | 1 | -102/+87 |
| * | Collect multiple levels of template arguments into a new type, | Douglas Gregor | 2009-08-28 | 1 | -21/+30 |
| * | Clarify the difference between substitution and instantiation by renaming | John McCall | 2009-08-25 | 1 | -32/+33 |
| * | Try to complete a type before looking for conversion functions within | Douglas Gregor | 2009-08-24 | 1 | -4/+15 |
| * | Refactor the instantiation of statements into a generic tree | Douglas Gregor | 2009-08-20 | 1 | -29/+48 |
| * | Basic nested-template implementation. | John McCall | 2009-08-20 | 1 | -0/+36 |
| * | Refactor the template-instantiation logic for expressions into a | Douglas Gregor | 2009-08-11 | 1 | -8/+112 |
| * | Implement transformation of template names within the generic tree | Douglas Gregor | 2009-08-06 | 1 | -69/+16 |
| * | Implement transformation of nested-name-specifiers within the general | Douglas Gregor | 2009-08-06 | 1 | -63/+3 |
| * | Move the template instantiation logic for template arguments into the | Douglas Gregor | 2009-08-04 | 1 | -46/+3 |
| * | Refactor template instantiation for types into a generic tree | Douglas Gregor | 2009-08-04 | 1 | -442/+71 |
| * | Keep track of the template arguments deduced when matching a class | Douglas Gregor | 2009-08-02 | 1 | -2/+3 |
| * | Template instantiation for static data members that are defined out-of-line. | Douglas Gregor | 2009-07-24 | 1 | -5/+8 |
| * | Improve template argument deduction for array types, so that a parameter | Douglas Gregor | 2009-07-22 | 1 | -0/+1 |
| * | Allocate BaseOrMemberInitializers and CXXBaseSpecifier nodes | Fariborz Jahanian | 2009-07-22 | 1 | -2/+1 |
| * | Remove ObjCQualifiedInterfaceType:-) | Steve Naroff | 2009-07-18 | 1 | -8/+0 |
| * | Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its p... | Argyrios Kyrtzidis | 2009-07-18 | 1 | -1/+1 |
| * | Keep track of the Expr used to describe the size of an array type, | Douglas Gregor | 2009-07-06 | 1 | -4/+20 |
| * | Keep track of more information within the template instantiation stack, e.g., | Douglas Gregor | 2009-07-01 | 1 | -20/+59 |
| * | Cope with explicitly-specified function template arguments when there | Douglas Gregor | 2009-07-01 | 1 | -0/+9 |
| * | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -4/+4 |
| * | Remove the ASTContext parameter from the getBody() methods of Decl and subcla... | Argyrios Kyrtzidis | 2009-06-30 | 1 | -1/+1 |
| * | Improvements to decltype. We now don't crash anymore when the expr is an over... | Anders Carlsson | 2009-06-29 | 1 | -2/+2 |
| * | A little template argument deduction test uncovered an "oops". As part | Douglas Gregor | 2009-06-26 | 1 | -87/+61 |
| * | Fix PR4448. | Anders Carlsson | 2009-06-26 | 1 | -0/+5 |