aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/temp/temp.spec/temp.expl.spec/p2.cpp
AgeCommit message (Expand)Author
2012-04-13PR12500: Improve the wording of the diagnostic for a redefinition of a nameRichard Smith
2011-12-29Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith
2011-03-16Detect attempts to provide a specialization of a function within aDouglas Gregor
2011-03-09Revert r127206 "Detect attempts to provide a specialization of a function withinDaniel Dunbar
2011-03-08Detect attempts to provide a specialization of a function within aDouglas Gregor
2010-09-12When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade theDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
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-07More testing of explicit specializationsDouglas Gregor
2009-10-07Refactor checking of the scope of explicit template specializationDouglas Gregor