summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/class-template-spec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-291-1/+1
* Diagnose class template (partial) specializations that occur in theDouglas Gregor2011-10-201-0/+10
* When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade theDouglas Gregor2010-09-121-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Require the object type of a member access expression ("." or "->") toDouglas Gregor2009-11-171-1/+1
* Improve recovery in a wonky case where one tries to specialize aDouglas Gregor2009-11-121-0/+5
* Only set the point of instantiation for an implicit or explicitDouglas Gregor2009-10-271-4/+8
* Diagnose the declaration of explicit specializations after an implicitDouglas Gregor2009-10-121-2/+4
* Type checking for specializations of member functions of classDouglas Gregor2009-10-071-2/+3
* Refactor checking of the scope of explicit template specializationDouglas Gregor2009-10-071-2/+2
* Make sure to compare primary declaration contexts when determining whether a ...Douglas Gregor2009-08-261-0/+19
* Initial infrastructure for class template partial specialization. HereDouglas Gregor2009-05-311-3/+0
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add pretty-printing for class template specializations, e.g.,Douglas Gregor2009-03-101-1/+1
* Implement the basics of implicit instantiation of class templates, inDouglas Gregor2009-03-031-3/+3
* Use RecordFirst/RecordLast range checks in DeclContextDouglas Gregor2009-02-261-3/+12
* Improve location information on "reused" class template specializationDouglas Gregor2009-02-251-0/+7
* Perform additional semantic checking of class templateDouglas Gregor2009-02-251-11/+33
* Include the appropriate header for mallocDouglas Gregor2009-02-251-1/+2
* Implement parsing of nested-name-specifiers that involve template-ids, e.g.,Douglas Gregor2009-02-251-0/+2
* Provide a proper source location when building an implicit dereference. Fixes...Douglas Gregor2009-02-191-0/+11
* Implement basic parsing and semantic analysis for explicitDouglas Gregor2009-02-171-0/+31