PR31244: Use the exception specification from the callee's type directly to
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 3 Dec 2016 00:29:06 +0000 (00:29 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 3 Dec 2016 00:29:06 +0000 (00:29 +0000)
commit3a8f13ac23e709244ef45e263d376a2d13b173fa
tree302fcb996f2da7e7162877b240a7dfcb0e64235a
parent465bd0fc004592dc0eb6a2971c38fcb4f80445bc
PR31244: Use the exception specification from the callee's type directly to
compute whether a call is noexcept, even if we can't map the callee expression
to a called declaration.

llvm-svn: 288558
clang/lib/Sema/SemaExceptionSpec.cpp
clang/test/SemaCXX/cxx1z-noexcept-function-type.cpp