summaryrefslogtreecommitdiff
path: root/libcxxabi/test/catch_member_function_pointer_02.pass.cpp
AgeCommit message (Expand)Author
2025-06-11[libc++] Upgrade to GCC 15 (#138293)Nikolas Klauser
2024-07-06[libc++] Remove annotations for GCC 13 and update the documentation (#97744)Nikolas Klauser
2024-06-28[libc++] Clean up and update deployment target features (#96312)Louis Dionne
2024-06-21[libc++] Fix deployment target Lit features (#94791)Louis Dionne
2024-06-01 [libc++] Fix failures with GCC 14 (#92663)Nikolas Klauser
2023-09-21[runtimes][NFC] Remove old Lit annotations for gcc-12 and clang-14Louis Dionne
2023-08-14[libc++] Fix problems with GCC 13 and switch to it in the CINikolas Klauser
2023-03-30[libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_libLouis Dionne
2022-12-21[libcxxabi] Use 'target=' consistentlyPaul Robinson
2022-06-21[libc++][CI] Updates GCC to version 12.Mark de Wever
2021-11-20[libc++] [test] Eliminate libcpp-no-noexcept-function-type and libcpp-no-stru...Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne
2021-07-15[libc++/abi] Fix broken Lit feature no-noexcept-function-typeLouis Dionne
2021-06-15[libc++] Promote GCC 11 to mandatory CILouis Dionne
2020-10-08[runtimes] Use int main(int, char**) consistently in testsLouis Dionne
2020-04-22[libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne
2019-09-13Update XFAIL list for new GCC versionsEric Fiselier
2019-05-16XFAIL test for new GCC versionEric Fiselier
2019-04-29Remove XFail for new GCC. They fixed itEric Fiselier
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-22Add GCC 9 to XFAILs list for testEric Fiselier
2017-05-09XFAIL noexcept member function throw/catch test under GCC.Eric Fiselier
2016-12-02Check for SD-6 feature test macro when determining which tests should beRichard Smith
2016-12-02Fix up r288457 for compilers that don't support noexcept function types:Richard Smith
2016-12-02Update implementation of ABI support for throwing noexcept function pointersRichard Smith
2016-11-02[p0012] Implement ABI support for throwing a noexcept function pointer andRichard Smith