summaryrefslogtreecommitdiff
path: root/libcxxabi/src/cxa_virtual.cpp
AgeCommit message (Expand)Author
2024-10-09[libc++abi] Rename abort_message to __abort_message (#111413)Petr Hosek
2024-09-20Revert "[libcxxabi] Rename abort_message to __abort_message (#108887)"Thurston Dang
2024-09-20[libcxxabi] Rename abort_message to __abort_message (#108887)Petr Hosek
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-03-01Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier
2015-12-04ibc++abi: mark visibilitySaleem Abdulrasool
2015-12-04c++abi: whitespace adjustmentSaleem Abdulrasool
2011-08-02use abort_message()Nick Kledzik
2011-06-03Added __cxa_bad_cast and __cxa_bad_typeid and placeholder NORETURN macroMarshall Clow
2011-05-24Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, How...Howard Hinnant