llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct
Richard Smith cd19815bc2 [c++1z] Support deducing B in noexcept(B).
This is not required by the standard (yet), but there seems to be reasonable
support for this being a defect according to CWG discussion, and libstdc++ 7.1
relies on it working.

llvm-svn: 304946
2017-06-07 21:46:22 +00:00
..
temp.deduct.call [c++1z] Support deducing B in noexcept(B). 2017-06-07 21:46:22 +00:00
temp.deduct.conv [c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic for 2016-10-22 01:32:19 +00:00
temp.deduct.funcaddr
temp.deduct.partial
temp.deduct.type DR1315: a non-type template argument in a partial specialization is permitted 2016-12-28 02:37:25 +00:00
cwg1170.cpp
p7.cpp
p9.cpp When merging two deduced non-type template arguments for the same parameter, 2016-12-23 01:30:39 +00:00
sfinae-1.cpp