Age | Commit message (Expand) | Author |
2009-11-18 | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall |
2009-11-17 | Require the object type of a member access expression ("." or "->") to | Douglas Gregor |
2009-11-17 | Carry lookup configuration throughout lookup on the LookupResult. Give | John McCall |
2009-11-12 | Recognize (and check) pointer-to-member template arguments that are | Douglas Gregor |
2009-11-12 | When comparing template parameter lists, distinguish between three cases: | Douglas Gregor |
2009-11-12 | Improve recovery in a wonky case where one tries to specialize a | Douglas Gregor |
2009-11-11 | Template argument deduction for template template parameters. This | Douglas Gregor |
2009-11-11 | Improve diagnostics when a default template argument does not match | Douglas Gregor |
2009-11-11 | Move handling of template parameter packs out of the | Douglas Gregor |
2009-11-11 | Refactoring of template-argument checking code to reduce nesting, | Douglas Gregor |
2009-11-11 | Before checking a template template argument against its corresponding | Douglas Gregor |
2009-11-11 | Introduce a new representation for template template | Douglas Gregor |
2009-11-10 | Improve parsing of template arguments to lay the foundation for | Douglas Gregor |
2009-11-09 | Improve instantiation of default template arguments for nested | Douglas Gregor |
2009-11-04 | Fix a little canonical-types issue with non-type template arguments. | Douglas Gregor |
2009-11-04 | Implement support for parsing dependent template-ids that refer to | Douglas Gregor |
2009-11-03 | Parsing and semantic analysis for template-ids that name overloaded | Douglas Gregor |
2009-11-03 | Replace the code that parses member access expressions after "." or | Douglas Gregor |
2009-11-03 | Introduce a new class, UnqualifiedId, that provides a parsed | Douglas Gregor |
2009-10-30 | When a friend is declared in a dependent context, don't even try to | Douglas Gregor |
2009-10-29 | A few TemplateArgumentLoc clean-ups. Try to remember the Expr for a declarat... | John McCall |
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 | An explicit instantiation definition only instantiations those class | Douglas Gregor |
2009-10-27 | Only set the point of instantiation for an implicit or explicit | Douglas Gregor |
2009-10-23 | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor |
2009-10-22 | When building and instantiating a template-id reference expression, such as | Douglas Gregor |
2009-10-22 | When a template-id expression refers to a member function template, turn it i... | Douglas Gregor |
2009-10-21 | Change FixOverloadedFunctionReference to return a (possibly new) expression. ... | Anders Carlsson |
2009-10-21 | Rewrite TreeTransform to transform types as DeclaratorInfos rather than as bare | John McCall |
2009-10-20 | Remove default argument for ImpCastExprToType. Add appropriate argument | Eli Friedman |
2009-10-15 | Make the remaining explicit-instantiation semantic action use | Douglas Gregor |
2009-10-15 | Make sure that we're diagnosing duplicate explicit instantiation definitions. | Douglas Gregor |
2009-10-15 | Simplify checking of explicit template specialization/explicit | Douglas Gregor |
2009-10-15 | Check the interactions between explicit instantiations and template | Douglas Gregor |
2009-10-15 | Diagnose explicit instantiations of function templates and member | Douglas Gregor |
2009-10-15 | More explicit template instantiation. Now we're checking for more | Douglas Gregor |
2009-10-14 | CheckTemplateSpecializationScope isn't going to be used for explicit | Douglas Gregor |
2009-10-14 | Additional semantic checking for explicit template instantiations, | Douglas Gregor |
2009-10-14 | Reuse some code for checking the scope of an explicit instantiation | Douglas Gregor |
2009-10-14 | Testing and some minor fixes for explicit template instantiation. | Douglas Gregor |
2009-10-14 | When mapping from an injected-class-name to its corresponding | Douglas Gregor |
2009-10-13 | Unify our diagnostic printing for errors of the form, "we didn't like | 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 | Diagnose the declaration of explicit specializations after an implicit | Douglas Gregor |
2009-10-10 | Qualified lookup through using declarations. Diagnose a new type of ambiguity. | John McCall |
2009-10-09 | Refactor the LookupResult API to simplify most common operations. Require us... | John McCall |
2009-10-09 | When declaring a friend class template, we may end up finding an | Douglas Gregor |