summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/temp_class_spec_neg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-291-1/+1
* When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade theDouglas Gregor2010-09-121-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Refactor checking of the scope of explicit template specializationDouglas Gregor2009-10-071-2/+2
* Re-enable 'test/SemaTemplate/temp_class_spec_neg.cpp', after commenting out t...Argyrios Kyrtzidis2009-07-181-5/+1
* Disable this test for now, it has been crashing on linux for weeks.Daniel Dunbar2009-07-181-1/+5
* The -disable-free hack didn't work...Daniel Dunbar2009-07-111-2/+1
* Add -disable-free to this test in the hopes if having it pass on Linux for now.Daniel Dunbar2009-07-111-1/+2
* When some template parameters of a class template partialDouglas Gregor2009-06-131-0/+4
* Finish implementing checking of class template partial specializationsDouglas Gregor2009-06-121-1/+10
* Diagnose C++ [temp.class.spec]p9b3, where a class template partialDouglas Gregor2009-06-121-2/+5
* Diagnose the incorrect use of non-type template arguments for classDouglas Gregor2009-06-121-0/+18
* Verify that the template parameters of a class template partialDouglas Gregor2009-06-121-0/+11