summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test/catch_member_function_pointer_02.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Check for SD-6 feature test macro when determining which tests should beRichard Smith2016-12-021-6/+1
| | | | | | available, rather than #ifdef'ing away the relevant tests if it's unavailable. llvm-svn: 288543
* Fix up r288457 for compilers that don't support noexcept function types:Richard Smith2016-12-021-2/+4
| | | | | | | disable the test entirely for those cases. This is a quick patch, I'll look at a proper feature flag next. llvm-svn: 288539
* Update implementation of ABI support for throwing noexcept function pointersRichard Smith2016-12-021-1/+3
| | | | | | | and catching as non-noexcept to match the final design per discusson on cxx-abi-dev. llvm-svn: 288457
* [p0012] Implement ABI support for throwing a noexcept function pointer andRichard Smith2016-11-021-0/+68
catching as non-noexcept This implements the following proposal from cxx-abi-dev: http://sourcerytools.com/pipermail/cxx-abi-dev/2016-October/002988.html ... which is necessary for complete support of http://wg21.link/p0012, specifically throwing noexcept function and member function pointers and catching them as non-noexcept pointers. Differential Review: https://reviews.llvm.org/D26178 llvm-svn: 285867
OpenPOWER on IntegriCloud