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)
commit628954652f59fd3f074fb0a5a1a4432b51b8376e
tree3b5da15f129045252cfd4a54199db7ea08ebfdd7
parent210030ba95df715ec32d1dd2918f2ef8206817f7
Extend hack to work around bad exception specifications for 'swap' members to
also cover libstdc++'s std::__debug::array and std::__profile::array.

llvm-svn: 284669
clang/lib/Sema/SemaExceptionSpec.cpp
clang/test/SemaCXX/libstdcxx_pair_swap_hack.cpp