]> granicus.if.org Git - clang/commit
[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)
commit4538dad844525b875d5f5799ea4e531ebb8a06df
treea9445fa77482c69da35ffef333a3fa47d42f6bfb
parent5988300c995e3c2db18117bfeb48fed8cdfc4211
[c++1z] Include "noexcept" in builtin function types where appropriate. Fixes
an assertion failure looking up a matching ::operator delete for
__builtin_operator_delete.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284458 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp
test/Analysis/cfg.cpp
test/CodeGenCXX/cxx1z-noexcept-function-type.cpp [new file with mode: 0644]