aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/temp
AgeCommit message (Expand)Author
2009-11-11Improve diagnostics when a default template argument does not matchDouglas Gregor
2009-11-11Before checking a template template argument against its correspondingDouglas Gregor
2009-11-09Add additional note to mark the cause of synthesized constructors. MarkEli Friedman
2009-11-09Unify the codepaths used to verify base and member initializers for explicitlyEli Friedman
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-03Switch XFAIL format to match LLVM.Daniel Dunbar
2009-11-03Introduce a new class, UnqualifiedId, that provides a parsedDouglas Gregor
2009-10-30Improved fix for PR3844, which recovers better for class templateDouglas Gregor
2009-10-30Improve diagnostics when parsing something likeDouglas Gregor
2009-10-30Instantiate class template friends better; fixes PR5332.Douglas Gregor
2009-10-29Implement support for semantic checking and template instantiation ofDouglas Gregor
2009-10-27TestDouglas Gregor
2009-10-27Implement proper linkage for explicit instantiation declarations ofDouglas Gregor
2009-10-27Explicit instantiation suppresses the instantiation of non-inlineDouglas Gregor
2009-10-27An explicit instantiation definition only instantiations those classDouglas Gregor
2009-10-27Test for interaction between explicit instantiations and specializationsDouglas Gregor
2009-10-27Test various aspects of explicit instantiation that were already implemented.Douglas Gregor
2009-10-27Only set the point of instantiation for an implicit or explicitDouglas Gregor
2009-10-15Make sure that we're diagnosing duplicate explicit instantiation definitions.Douglas Gregor
2009-10-15Check the interactions between explicit instantiations and templateDouglas Gregor
2009-10-15Diagnose explicit instantiations of function templates and memberDouglas Gregor
2009-10-15More explicit template instantiation. Now we're checking for moreDouglas Gregor
2009-10-14Additional semantic checking for explicit template instantiations,Douglas Gregor
2009-10-14Check the implicit instantiation of a static data member of a classDouglas Gregor
2009-10-14Give explicit and implicit instantiations of static data members ofDouglas Gregor
2009-10-14Testing and some minor fixes for explicit template instantiation.Douglas Gregor
2009-10-13Unify our diagnostic printing for errors of the form, "we didn't likeDouglas Gregor
2009-10-13Diagnose attempts to add default function arguments to aDouglas Gregor
2009-10-13When explicitly specializing a member that is a template, mark theDouglas Gregor
2009-10-13Improve the internal representation and semantic analysis of friendDouglas Gregor
2009-10-12When declaring a class template whose name is qualified, make sureDouglas Gregor
2009-10-12Test explicit specialization involving multiple template<> headersDouglas Gregor
2009-10-12Permit explicit specialization of member functions of class templatesDouglas Gregor
2009-10-12Test explicit specializations of static data members that are declarations, n...Douglas Gregor
2009-10-12Yet another test for explicit specialization, this one involving linkageDouglas Gregor
2009-10-12More tests for explicit template specializationDouglas Gregor
2009-10-12Add test for last commitDouglas Gregor
2009-10-08Fix up error reporting when object cannot be constructed Fariborz Jahanian
2009-10-08Add more testing for the properties of explicit specialization. Douglas Gregor
2009-10-08Don't complain about out-of-line explicit specializations of memberDouglas Gregor
2009-10-08More testing for explicit specializations of member class templatesDouglas Gregor
2009-10-08Improve checking for specializations of member classes of classDouglas Gregor
2009-10-08For instantiations of static data members of class templates, keepDouglas Gregor
2009-10-08Only perform an implicit instantiation of a function if its templateDouglas Gregor
2009-10-07Type checking for specializations of member functions of classDouglas Gregor
2009-10-07Diagnose explicit instantiations and specializations that occur in class scopeDouglas Gregor
2009-10-07Class template partial specializations can be declared anywhere thatDouglas Gregor
2009-10-07More testing of explicit specializationsDouglas Gregor
2009-10-07Refactor checking of the scope of explicit template specializationDouglas Gregor