summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test/catch_member_function_pointer_02.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update XFAIL list for new GCC versionsEric Fiselier2019-09-131-1/+1
| | | | llvm-svn: 371881
* XFAIL test for new GCC versionEric Fiselier2019-05-161-1/+1
| | | | llvm-svn: 360944
* Remove XFail for new GCC. They fixed itEric Fiselier2019-04-291-1/+1
| | | | llvm-svn: 359415
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | | to reflect the new license. These used slightly different spellings that defeated my regular expressions. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351648
* Add GCC 9 to XFAILs list for testEric Fiselier2018-07-221-1/+1
| | | | llvm-svn: 337662
* XFAIL noexcept member function throw/catch test under GCC.Eric Fiselier2017-05-091-0/+4
| | | | | | | I'm still not exactly sure why the test fails, but I suspect it's a bug in GCC. More investigation needed. llvm-svn: 302489
* 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