[c++1z] Support deducing B in noexcept(B).
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 7 Jun 2017 21:46:22 +0000 (21:46 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 7 Jun 2017 21:46:22 +0000 (21:46 +0000)
commit410ea620fd05609810e3710ba2f75e1b763b0afc
treedf5e2cea69e344dc4d7233a159b0ade87c3e6423
parenta2380ee70ae88d4dbce307112b66eb7563f72873
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304946 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaTemplateDeduction.cpp
lib/Sema/SemaTemplateInstantiate.cpp
test/CXX/drs/dr13xx.cpp
test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p4.cpp
test/SemaCXX/cxx1z-noexcept-function-type.cpp
test/SemaTemplate/temp_arg_type.cpp