]> granicus.if.org Git - clang/commit
PR31081: ignore exception specifications when deducing function template
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 1 Dec 2016 02:11:49 +0000 (02:11 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 1 Dec 2016 02:11:49 +0000 (02:11 +0000)
commit61df53b690c63a68e51625043c0a930c440c72dc
treedae95221c7f7f6dacb5f7a1872ba96c934518dba
parentee1551204c97eb14976f0467cf7020465b191187
PR31081: ignore exception specifications when deducing function template
arguments from a declaration; despite what the standard says, this form of
deduction should not be considering exception specifications.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288301 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateDeduction.cpp
test/SemaCXX/cxx1z-noexcept-function-type.cpp