]> granicus.if.org Git - clang/commit
Extend hack to work around bad exception specifications for 'swap' members to
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 19 Oct 2016 23:47:37 +0000 (23:47 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 19 Oct 2016 23:47:37 +0000 (23:47 +0000)
commit9dc238026d06a3cc7ec502a0166f7773bf8b7ea4
treeb203aa98c04c7d7ed4985f7d1262fbebccd1f108
parent3582f4370ed84b0420b57b2ea2bc6ed9ed22c3d5
Extend hack to work around bad exception specifications for 'swap' members to
also cover libstdc++'s std::__debug::array and std::__profile::array.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284669 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExceptionSpec.cpp
test/SemaCXX/libstdcxx_pair_swap_hack.cpp