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