[c++1z] Include "noexcept" in builtin function types where appropriate. Fixes
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 18 Oct 2016 07:13:55 +0000 (07:13 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 18 Oct 2016 07:13:55 +0000 (07:13 +0000)
commit391fb8662a75b7cc45cad8926888ff6c5685b4ab
tree19eae44d3224818c917be20f6ccf9801e7ece5bf
parent99677afd54fba7deb6a5c8c2de52d46cbb344316
[c++1z] Include "noexcept" in builtin function types where appropriate. Fixes
an assertion failure looking up a matching ::operator delete for
__builtin_operator_delete.

llvm-svn: 284458
clang/lib/AST/ASTContext.cpp
clang/test/Analysis/cfg.cpp
clang/test/CodeGenCXX/cxx1z-noexcept-function-type.cpp [new file with mode: 0644]