llvm-project/clang/test/CXX/temp/temp.decls
Erik Pilkington 0b75dc5fa2 [Sema] Diagnose an invalid dependent function template specialization
Previously, clang marked the specialization as invalid without emitting a
diagnostic. This lead to an assert in CodeGen.

rdar://41806724

Differential revision: https://reviews.llvm.org/D49085

llvm-svn: 337497
2018-07-19 20:40:20 +00:00
..
temp.alias
temp.class Fix all tests under test/CXX (and test/Analysis) to pass if clang's default 2016-08-31 23:24:08 +00:00
temp.class.spec DR1315: a non-type template argument in a partial specialization is permitted 2016-12-28 02:37:25 +00:00
temp.fct
temp.friend [Sema] Diagnose an invalid dependent function template specialization 2018-07-19 20:40:20 +00:00
temp.mem When determining the target function of an explicit instantiation, make 2017-06-07 23:00:05 +00:00
temp.variadic Do not look through pack expansions when looking for unexpanded parameter packs. 2017-08-15 22:58:45 +00:00
p3.cpp