Age | Commit message (Expand) | Author |
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-09 | Add additional note to mark the cause of synthesized constructors. Mark | Eli Friedman |
2009-11-09 | Unify the codepaths used to verify base and member initializers for explicitly | Eli Friedman |
2009-11-08 | Remove RUN: true lines. | Daniel Dunbar |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-11-03 | Switch XFAIL format to match LLVM. | Daniel Dunbar |
2009-11-03 | Introduce a new class, UnqualifiedId, that provides a parsed | Douglas Gregor |
2009-10-30 | Improved fix for PR3844, which recovers better for class template | Douglas Gregor |
2009-10-30 | Improve diagnostics when parsing something like | Douglas Gregor |
2009-10-30 | Instantiate class template friends better; fixes PR5332. | Douglas Gregor |
2009-10-29 | Implement support for semantic checking and template instantiation of | Douglas Gregor |
2009-10-27 | Test | Douglas Gregor |
2009-10-27 | Implement proper linkage for explicit instantiation declarations of | 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-27 | Test for interaction between explicit instantiations and specializations | Douglas Gregor |
2009-10-27 | Test various aspects of explicit instantiation that were already implemented. | Douglas Gregor |
2009-10-27 | Only set the point of instantiation for an implicit or explicit | Douglas Gregor |
2009-10-15 | Make sure that we're diagnosing duplicate explicit instantiation definitions. | 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 | Additional semantic checking for explicit template instantiations, | Douglas Gregor |
2009-10-14 | Check the implicit instantiation of a static data member of a class | 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 | Unify our diagnostic printing for errors of the form, "we didn't like | Douglas Gregor |
2009-10-13 | Diagnose attempts to add default function arguments to a | 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 | Test explicit specialization involving multiple template<> headers | Douglas Gregor |
2009-10-12 | Permit explicit specialization of member functions of class templates | Douglas Gregor |
2009-10-12 | Test explicit specializations of static data members that are declarations, n... | Douglas Gregor |
2009-10-12 | Yet another test for explicit specialization, this one involving linkage | Douglas Gregor |
2009-10-12 | More tests for explicit template specialization | Douglas Gregor |
2009-10-12 | Add test for last commit | Douglas Gregor |
2009-10-08 | Fix up error reporting when object cannot be constructed | Fariborz Jahanian |
2009-10-08 | Add more testing for the properties of explicit specialization. | Douglas Gregor |
2009-10-08 | Don't complain about out-of-line explicit specializations of member | Douglas Gregor |
2009-10-08 | More testing for explicit specializations of member class templates | Douglas Gregor |
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-08 | Only perform an implicit instantiation of a function if its template | Douglas Gregor |
2009-10-07 | Type checking for specializations of member functions of class | Douglas Gregor |
2009-10-07 | Diagnose explicit instantiations and specializations that occur in class scope | Douglas Gregor |
2009-10-07 | Class template partial specializations can be declared anywhere that | Douglas Gregor |
2009-10-07 | More testing of explicit specializations | Douglas Gregor |
2009-10-07 | Refactor checking of the scope of explicit template specialization | Douglas Gregor |