aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/temp_class_spec_neg.cpp
AgeCommit message (Expand)Author
2011-12-29Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith
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-07Refactor checking of the scope of explicit template specializationDouglas Gregor
2009-07-18Re-enable 'test/SemaTemplate/temp_class_spec_neg.cpp', after commenting out t...Argyrios Kyrtzidis
2009-07-18Disable this test for now, it has been crashing on linux for weeks.Daniel Dunbar
2009-07-11The -disable-free hack didn't work...Daniel Dunbar
2009-07-11Add -disable-free to this test in the hopes if having it pass on Linux for now.Daniel Dunbar
2009-06-13When some template parameters of a class template partialDouglas Gregor
2009-06-12Finish implementing checking of class template partial specializationsDouglas Gregor
2009-06-12Diagnose C++ [temp.class.spec]p9b3, where a class template partialDouglas Gregor
2009-06-12Diagnose the incorrect use of non-type template arguments for classDouglas Gregor
2009-06-12Verify that the template parameters of a class template partialDouglas Gregor