| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | When creating the implicitly-declared special member functions, be | Douglas Gregor | 2010-04-12 | 1 | -1/+1 | 
| *  | Be sure to instantiate the parameters of a function, even when the | Douglas Gregor | 2010-04-12 | 1 | -36/+35 | 
| *  | Only complain about explicit instantiations following explicit | Douglas Gregor | 2010-04-09 | 1 | -0/+13 | 
| *  | Instantiate default argument expressions even if their associated parameter | John McCall | 2010-04-09 | 1 | -0/+50 | 
| *  | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -2/+2 | 
| *  | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -2/+2 | 
| *  | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -2/+2 | 
| *  | Improve diagnostics when printing a template instantiation backtrace | Douglas Gregor | 2010-03-30 | 1 | -2/+14 | 
| *  | After performing template argument deduction for a function template, | Douglas Gregor | 2010-03-28 | 1 | -93/+5 | 
| *  | Improve our handling of local instantiation scopes in two related ways: | Douglas Gregor | 2010-03-25 | 1 | -2/+5 | 
| *  | Each non-local class instantiation is its own local instantiation | Douglas Gregor | 2010-03-24 | 1 | -0/+6 | 
| *  | Preserve the inherited-default-argument bit through instantiation. | John McCall | 2010-03-12 | 1 | -0/+2 | 
| *  | Maintain type source information for functions through template | John McCall | 2010-03-11 | 1 | -0/+62 | 
| *  | Finish pushing source-location information though TreeTransform's | Douglas Gregor | 2010-03-01 | 1 | -2/+2 | 
| *  | When looking for the instantiated declaration that corresponds to a | Douglas Gregor | 2010-03-01 | 1 | -6/+7 | 
| *  | Restore the invariant that a nested-name-specifier can only contain | Douglas Gregor | 2010-02-25 | 1 | -1/+1 | 
| *  | Implement support for parsing pseudo-destructor expression with a nested-name... | Douglas Gregor | 2010-02-21 | 1 | -1/+1 | 
| *  | Improve parsing and instantiation of destructor names, so that we can | Douglas Gregor | 2010-02-16 | 1 | -2/+4 | 
| *  | Fix instantiation of template functions with local classes that contain virtual | Chandler Carruth | 2010-02-15 | 1 | -1/+10 | 
| *  | More vtable layout dumper improvements. Handle destructors, dump the complete... | Anders Carlsson | 2010-02-11 | 1 | -2/+1 | 
| *  | Eliminate the ASTContext parameter from RecordDecl::getDefinition() | Douglas Gregor | 2010-02-11 | 1 | -4/+4 | 
| *  | When substituting a declaration non-type template argument for a | Douglas Gregor | 2010-02-08 | 1 | -8/+14 | 
| *  | Thread a source location into the template-argument deduction routines.  There | John McCall | 2010-02-08 | 1 | -3/+5 | 
| *  | Use a substituted type when determining how to substitute in non-type template | John McCall | 2010-02-06 | 1 | -35/+32 | 
| *  | Extract a function to instantiate references to value template parameters. | John McCall | 2010-02-06 | 1 | -109/+116 | 
| *  | Fix a bogus assertion after adjusting the type of a substituted | Douglas Gregor | 2010-02-05 | 1 | -1/+3 | 
| *  | Fix two issues with the substitution of template template parameters | Douglas Gregor | 2010-02-05 | 1 | -8/+8 | 
| *  | Default function arguments for function template specializations | Douglas Gregor | 2010-02-05 | 1 | -3/+12 | 
| *  | When substituting the template argument for a pointer non-type | Douglas Gregor | 2010-02-04 | 1 | -10/+41 | 
| *  | Handle instantiation of templates with non-type arguments expressed with an | Chandler Carruth | 2010-01-31 | 1 | -0/+16 | 
| *  | Make our marking of virtual members functions in a class be | Douglas Gregor | 2010-01-06 | 1 | -0/+7 | 
| *  | When transforming CXXExprWithTemporaries and CXXBindTemporaryExpr | Douglas Gregor | 2009-12-24 | 1 | -1/+0 | 
| *  | When we see a CXXDefaultArgExpr during template instantiation, rebuild | Douglas Gregor | 2009-12-23 | 1 | -1/+3 | 
| *  | The refactor of implicit member access expressions means we don't need this | John McCall | 2009-12-08 | 1 | -13/+7 | 
| *  | DeclRefExpr stores a ValueDecl internally. | John McCall | 2009-12-08 | 1 | -19/+2 | 
| *  | DeclaratorInfo -> TypeSourceInfo.  Makes an effort to rename associated varia... | John McCall | 2009-12-07 | 1 | -3/+3 | 
| *  | Move RequireCompleteType requirement for fields early into ActOnField so that | Eli Friedman | 2009-12-07 | 1 | -3/+3 | 
| *  | Fix "using typename" and the instantiation of non-dependent using declarations. | John McCall | 2009-12-04 | 1 | -2/+0 | 
| *  | Unify the end-of-class code paths used by the parser and template | Douglas Gregor | 2009-12-03 | 1 | -4/+1 | 
| *  | When instantiating a class, if a base specifier is not dependent we still nee... | Anders Carlsson | 2009-12-03 | 1 | -0/+7 | 
| *  | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer | 2009-11-28 | 1 | -2/+1 | 
| *  | Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and             | John McCall | 2009-11-24 | 1 | -47/+1 | 
| *  | Centralize and complete the computation of value- and type-dependence for Dec... | Douglas Gregor | 2009-11-23 | 1 | -3/+1 | 
| *  | Reorganize the intermediate BuildDeclarationNameExpr routines again. | John McCall | 2009-11-22 | 1 | -6/+10 | 
| *  | Consider a FunctionTemplate to be an overload all on its lonesome.  Track | John McCall | 2009-11-22 | 1 | -16/+7 | 
| *  | "Incremental" progress on using expressions, by which I mean totally ripping | John McCall | 2009-11-21 | 1 | -44/+54 | 
| *  | Instead of hanging a using declaration's target decls directly off the using     | John McCall | 2009-11-17 | 1 | -4/+40 | 
| *  | When instantiating a reference to a non-type template parameter of pointer to | Douglas Gregor | 2009-11-12 | 1 | -2/+32 | 
| *  | Improve diagnostics when a default template argument does not match | Douglas Gregor | 2009-11-11 | 1 | -46/+105 | 
| *  | Before checking a template template argument against its corresponding | Douglas Gregor | 2009-11-11 | 1 | -8/+70 |