summaryrefslogtreecommitdiff
path: root/libcxxabi/src/cxa_vector.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
2023-08-11[runtimes][NFC] Remove stray whitespace on extern C commentsLouis Dionne
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2020-05-05[libc++abi] NFC: Remove pragma mark in favor of normal commentLouis Dionne
2019-10-01[libc++abi] Remove uses of C++ headers when possibleLouis Dionne
2019-10-01[NFC][libc++abi] Remove trailing whitespace from sourcesLouis Dionne
2019-04-11Fix PR41465 - Use __builtin_mul_overflow instead of hand-rolled check.Eric Fiselier
2019-04-11[NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne
2019-04-05Fix PR41395 - __cxa_vec_new may overflow in allocation size calculation.Eric Fiselier
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2015-12-04ibc++abi: mark visibilitySaleem Abdulrasool
2015-12-04c++abi: whitespace adjustmentSaleem Abdulrasool
2015-03-05Fix build with GCC:Nick Lewycky
2014-02-12[libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs
2013-02-15Bruce Mitchener: Typo fixes.Howard Hinnant
2012-01-24Add some needed symbols in exception.cpp and eliminate dependence upon uncaug...Howard Hinnant
2011-06-10Implement vector new and delete functionalityMarshall Clow