More forcibly resolve exception specifications when checking a function
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 2 Nov 2016 00:47:52 +0000 (00:47 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 2 Nov 2016 00:47:52 +0000 (00:47 +0000)
commita0fe8a324e3794fa9e2a7c4a707dfe1cfdd4a39e
tree0c7e765b6f8af21e0a6ff3a8692801c72dd9a88e
parentae8e12e79f8dd158a1cadabc51c27c109f0f6f93
More forcibly resolve exception specifications when checking a function
redeclaration in C++1z mode. We need the exception specification in order for
the function's type to be complete.

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