aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/temp/temp.param
AgeCommit message (Expand)Author
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-09-26Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationTypeRichard Smith
2012-09-07PR9023: A template template parameter whose template parameter list contains anRichard Smith
2012-03-13Implement [temp.param]p5: the top-level cv-qualifiers on a non-type templateRichard Smith
2011-10-19Fix pr9789, assert-on-invalid while instantiating an (invalid) class template...David Blaikie
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-10-12Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor
2011-06-03When checking the instantiation of a default template argument againstDouglas Gregor
2011-05-05Implement support for C++0x alias templates.Richard Smith
2011-02-04Tweak my fix for PR8748, and update the incorrect PR number in the test case.Douglas Gregor
2011-02-04Tighten up the semantics of default template arguments, per C++0xDouglas Gregor
2011-02-04When a function template's template parameter has a default argument,Douglas Gregor
2011-01-27When we run into a template parameter that should have a defaultDouglas Gregor
2011-01-11Make sure that we parse a '>>' that closes two template argument listsDouglas Gregor
2011-01-05Add semantic analysis for the creation of and an AST representationDouglas Gregor
2011-01-05Implement C++0x [temp.param]p11 for non-type and template templateDouglas Gregor
2011-01-05Implement support for template template parameter packs, e.g.,Douglas Gregor
2010-12-24Non-type template parameter packs cannot have default arguments.Douglas Gregor
2010-10-21Diagnose the declaration of template template parameters thatDouglas Gregor
2010-08-05Get rid of isObjectType; when C++ says "object type", it generallyEli Friedman
2010-06-04Properly disambiguate between an elaborated-type-specifier and aDouglas Gregor
2010-04-15Audit uses of Sema::LookupSingleName for those lookups that areDouglas Gregor
2010-01-13Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall
2010-01-06Improve the diagnostics used to report implicitly-generated class membersJohn McCall
2009-12-19Switch more of Sema::CheckInitializerTypes over toDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-25Diagnose ill-formed uses of default template arguments inDouglas Gregor
2009-11-21Implement C++ [temp.param]p2 correctly, looking ahead when we see aDouglas Gregor
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-08Remove RUN: true lines.Daniel Dunbar
2009-11-03Switch XFAIL format to match LLVM.Daniel Dunbar
2009-07-25Make having no RUN line a failure.Daniel Dunbar
2009-06-13Move a bunch of tests into temp.param, and write a few tests for paragraphs t...Douglas Gregor