aboutsummaryrefslogtreecommitdiff
path: root/test/CXX
AgeCommit message (Expand)Author
2009-11-18Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall
2009-11-17Commit this random test case.John McCall
2009-11-15Deallocation functions must also be static.Anders Carlsson
2009-11-15allocation functions are always static.Anders Carlsson
2009-11-14Fix broken tests, exposed by improved -verify.Daniel Dunbar
2009-11-13Add test for expr.delete p5, with a FIXME.Daniel Dunbar
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-11Create a new Scope when parsing a declaration with a C++ scope specifier.John McCall
2009-11-10Make a somewhat more convincing test case for unqualified lookup throughJohn McCall
2009-11-10Simple test case for [basic.lookup.udir].John McCall
2009-11-10Fix unqualified lookup through using directives.John McCall
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-05Don't allow definitions of array variables without some size information in C...Sebastian Redl
2009-11-05Allow the element type of arrays to be incomplete in C++.Sebastian Redl
2009-11-04Switch parsing of using declarations over to ParseUnqualifiedId.Douglas Gregor
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-30Report accurate source-location information when rebuilding types duringJohn McCall
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-25Make sure we actually have a definition before asking if it is implicit. Fixe...Sebastian Redl
2009-10-17In some dependent contexts, incomplete array types persist into FinalizeDecla...Sebastian Redl
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-13Improve diagnostics when the parser encounters a declarator with anDouglas 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