Age | Commit message (Expand) | Author |
2009-11-18 | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall |
2009-11-17 | Implement template instantiation for using directives, which is dead simple. | Douglas Gregor |
2009-11-17 | Instead of hanging a using declaration's target decls directly off the using | John McCall |
2009-11-17 | Carry lookup configuration throughout lookup on the LookupResult. Give | John McCall |
2009-11-14 | If we attempt to add a constructor template specialization that looks | Douglas Gregor |
2009-11-13 | Revert r88718, which does NOT solve the constructor-template-as-copy-construc... | Douglas Gregor |
2009-11-13 | A constructor template cannot be instantiated to a copy | 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 |
2009-11-11 | Instantiation of template template parameters for nested templates, e.g., | Douglas Gregor |
2009-11-09 | Improve instantiation of default template arguments for nested | Douglas Gregor |
2009-11-09 | When transforming an InitListExpr, if we already computed a non-dependent typ... | Douglas Gregor |
2009-11-09 | Add hack to make the given testcase work. As far as I can tell, this change is | Eli Friedman |
2009-11-08 | Don't reprocess non-dependent initializers of non-dependent VarDecls. Fixes P... | Sebastian Redl |
2009-11-07 | When instantiating a field decl, make sure to clone its attributes. With this... | Anders Carlsson |
2009-11-01 | When determining whether a reference to a static data member is an | Douglas Gregor |
2009-10-31 | Implement "incremental" template instantiation for non-type template | Douglas Gregor |
2009-10-30 | When a friend is declared in a dependent context, don't even try to | Douglas Gregor |
2009-10-30 | Instantiate class template friends better; fixes PR5332. | Douglas Gregor |
2009-10-29 | Track source information for template arguments and template specialization | John McCall |
2009-10-29 | Implement support for semantic checking and template instantiation of | Douglas Gregor |
2009-10-27 | Introduce FunctionDecl::isInlined() to tell whether a function should | Douglas Gregor |
2009-10-27 | Rename FunctionDecl::isInline/setInline to | Douglas Gregor |
2009-10-27 | Explicit instantiation suppresses the instantiation of non-inline | Douglas Gregor |
2009-10-27 | An explicit instantiation definition only instantiations those class | Douglas Gregor |
2009-10-24 | Preserve type source information in TypedefDecls. Preserve it across | John McCall |
2009-10-23 | Implement template instantiation for non-type template | Douglas Gregor |
2009-10-23 | Remove OriginalTypeParmDecl; the original type is the one specified | John McCall |
2009-10-22 | Preserve type source information when substituting into FieldDecls. | John McCall |
2009-10-21 | Revert those last two commits. Beware the treacherous semicolon. | John McCall |
2009-10-21 | Preserve type source information when substituting into ParmVarDecls. | John McCall |
2009-10-21 | Preserve type source information when substituting into FieldDecls. | John McCall |
2009-10-21 | Preserve source information when substituting into VarDecls. | John McCall |
2009-10-15 | Make sure that we're diagnosing duplicate explicit instantiation definitions. | Douglas Gregor |
2009-10-15 | Diagnose explicit instantiations of function templates and member | Douglas Gregor |
2009-10-14 | Give explicit and implicit instantiations of static data members of | Douglas Gregor |
2009-10-14 | Testing and some minor fixes for explicit template instantiation. | Douglas Gregor |
2009-10-13 | When explicitly specializing a member that is a template, mark the | Douglas Gregor |
2009-10-13 | Improve the internal representation and semantic analysis of friend | Douglas Gregor |
2009-10-12 | When declaring a class template whose name is qualified, make sure | Douglas Gregor |
2009-10-12 | Permit explicit specialization of member functions of class templates | Douglas Gregor |
2009-10-09 | Refactor the LookupResult API to simplify most common operations. Require us... | John McCall |
2009-10-08 | Improve checking for specializations of member classes of class | Douglas Gregor |
2009-10-08 | For instantiations of static data members of class templates, keep | Douglas Gregor |
2009-10-07 | Keep track of whether a member function instantiated from a member | Douglas Gregor |
2009-10-07 | Class template partial specializations can be declared anywhere that | Douglas Gregor |
2009-09-28 | Properly match instantiations of member function templates to the function te... | Douglas Gregor |
2009-09-25 | Sigh. Be *really* careful when copying a default function argument during tem... | Douglas Gregor |
2009-09-25 | Be careful about copying uninstantiated default arguments during template ins... | Douglas Gregor |
2009-09-21 | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall |