Eric Fiselier
|
6fa95b8787
|
Add GCC 9 to XFAILs list for test
llvm-svn: 337662
|
2018-07-22 21:58:46 +00:00 |
Eric Fiselier
|
0af535636e
|
XFAIL noexcept member function throw/catch test under GCC.
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
|
2017-05-09 00:11:02 +00:00 |
Richard Smith
|
366bb54f81
|
Check for SD-6 feature test macro when determining which tests should be
available, rather than #ifdef'ing away the relevant tests if it's unavailable.
llvm-svn: 288543
|
2016-12-02 22:14:59 +00:00 |
Richard Smith
|
cc2d21111d
|
Fix up r288457 for compilers that don't support noexcept function types:
disable the test entirely for those cases. This is a quick patch, I'll look at
a proper feature flag next.
llvm-svn: 288539
|
2016-12-02 21:43:36 +00:00 |
Richard Smith
|
6afcab3588
|
Update implementation of ABI support for throwing noexcept function pointers
and catching as non-noexcept to match the final design per discusson on
cxx-abi-dev.
llvm-svn: 288457
|
2016-12-02 02:06:53 +00:00 |
Richard Smith
|
80b64f0861
|
[p0012] Implement ABI support for throwing a noexcept function pointer and
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
|
2016-11-02 23:41:51 +00:00 |