llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec
Douglas Gregor ca4686dc38 Improve our handling of non-type template parameters in partial
specializations. We weren't dealing with any of the cases where the
type of the non-type template argument differs from the type of the
corresponding template parameter in the primary template. We would
think that the template parameter in the partial specialization was
not deducible (and warn about it, incorrectly), then fail to convert a
deduced parameter to the type of the template parameter in the partial
specialization (which may involve truncation, among other
things). Fixes PR8905.

llvm-svn: 122851
2011-01-04 23:35:54 +00:00
..
temp.class.order When performing partial ordering of class template partial 2010-04-29 06:31:36 +00:00
temp.class.spec.mfunc Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
p6.cpp Instantiate class member template partial specialization declarations 2010-11-10 19:44:59 +00:00
p8-0x.cpp Unwrap template argument packs when checking the template arguments of 2011-01-03 21:13:47 +00:00
p9-0x.cpp Reimplement the comparison of a class template partial 2010-12-23 17:13:55 +00:00
p9.cpp Improve our handling of non-type template parameters in partial 2011-01-04 23:35:54 +00:00