summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/class-template-spec.cpp
AgeCommit message (Expand)Author
2017-01-17Partial revert of r290511.Richard Smith
2016-12-28DR1315: a non-type template argument in a partial specialization is permittedRichard Smith
2016-12-27DR1495: A partial specialization is ill-formed if it is not (strictly) moreRichard Smith
2016-04-13Lit C++11 Compatibility Patch #7Charles Li
2014-02-09PR16519, PR18009: When checking a partial specialization for uses of its ownRichard Smith
2013-12-07Give a more appropriate diagnostic when a template specialization orRichard Smith
2011-12-29Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith
2011-10-20Diagnose class template (partial) specializations that occur in theDouglas Gregor
2010-09-12When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade theDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-17Require the object type of a member access expression ("." or "->") toDouglas Gregor
2009-11-12Improve recovery in a wonky case where one tries to specialize aDouglas Gregor
2009-10-27Only set the point of instantiation for an implicit or explicitDouglas Gregor
2009-10-12Diagnose the declaration of explicit specializations after an implicitDouglas Gregor
2009-10-07Type checking for specializations of member functions of classDouglas Gregor
2009-10-07Refactor checking of the scope of explicit template specializationDouglas Gregor
2009-08-26Make sure to compare primary declaration contexts when determining whether a ...Douglas Gregor
2009-05-31Initial infrastructure for class template partial specialization. HereDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-10Add pretty-printing for class template specializations, e.g.,Douglas Gregor
2009-03-03Implement the basics of implicit instantiation of class templates, inDouglas Gregor
2009-02-26Use RecordFirst/RecordLast range checks in DeclContextDouglas Gregor
2009-02-25Improve location information on "reused" class template specializationDouglas Gregor
2009-02-25Perform additional semantic checking of class templateDouglas Gregor
2009-02-25Include the appropriate header for mallocDouglas Gregor
2009-02-25Implement parsing of nested-name-specifiers that involve template-ids, e.g.,Douglas Gregor
2009-02-19Provide a proper source location when building an implicit dereference. Fixes...Douglas Gregor
2009-02-17Implement basic parsing and semantic analysis for explicitDouglas Gregor