index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaTemplate
/
temp_class_spec_neg.cpp
Age
Commit message (
Expand
)
Author
2011-12-29
Change the diagnostics which said 'accepted as an extension' to instead say
Richard Smith
2010-09-12
When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade the
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-10-07
Refactor checking of the scope of explicit template specialization
Douglas Gregor
2009-07-18
Re-enable 'test/SemaTemplate/temp_class_spec_neg.cpp', after commenting out t...
Argyrios Kyrtzidis
2009-07-18
Disable this test for now, it has been crashing on linux for weeks.
Daniel Dunbar
2009-07-11
The -disable-free hack didn't work...
Daniel Dunbar
2009-07-11
Add -disable-free to this test in the hopes if having it pass on Linux for now.
Daniel Dunbar
2009-06-13
When some template parameters of a class template partial
Douglas Gregor
2009-06-12
Finish implementing checking of class template partial specializations
Douglas Gregor
2009-06-12
Diagnose C++ [temp.class.spec]p9b3, where a class template partial
Douglas Gregor
2009-06-12
Diagnose the incorrect use of non-type template arguments for class
Douglas Gregor
2009-06-12
Verify that the template parameters of a class template partial
Douglas Gregor