index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaTemplate
/
temp_class_spec_neg.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement C++ DR727, which permits explicit specializations at class scope.
Richard Smith
2018-03-16
1
-6
/
+0
*
DR1315: a non-type template argument in a partial specialization is permitted
Richard Smith
2016-12-28
1
-3
/
+3
*
[Lit Test] Updated 26 Lit tests to be C++11 compatible.
Charles Li
2015-11-11
1
-2
/
+10
*
Change the diagnostics which said 'accepted as an extension' to instead say
Richard Smith
2011-12-29
1
-1
/
+1
*
When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade the
Douglas Gregor
2010-09-12
1
-1
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Refactor checking of the scope of explicit template specialization
Douglas Gregor
2009-10-07
1
-2
/
+2
*
Re-enable 'test/SemaTemplate/temp_class_spec_neg.cpp', after commenting out t...
Argyrios Kyrtzidis
2009-07-18
1
-5
/
+1
*
Disable this test for now, it has been crashing on linux for weeks.
Daniel Dunbar
2009-07-18
1
-1
/
+5
*
The -disable-free hack didn't work...
Daniel Dunbar
2009-07-11
1
-2
/
+1
*
Add -disable-free to this test in the hopes if having it pass on Linux for now.
Daniel Dunbar
2009-07-11
1
-1
/
+2
*
When some template parameters of a class template partial
Douglas Gregor
2009-06-13
1
-0
/
+4
*
Finish implementing checking of class template partial specializations
Douglas Gregor
2009-06-12
1
-1
/
+10
*
Diagnose C++ [temp.class.spec]p9b3, where a class template partial
Douglas Gregor
2009-06-12
1
-2
/
+5
*
Diagnose the incorrect use of non-type template arguments for class
Douglas Gregor
2009-06-12
1
-0
/
+18
*
Verify that the template parameters of a class template partial
Douglas Gregor
2009-06-12
1
-0
/
+11