summaryrefslogtreecommitdiff
path: root/libcxx/vendor
AgeCommit message (Expand)Author
2025-07-29[libc++][hardening] Introduce assertion semantics. (#149459)Konstantin Varlamov
2025-07-15Revert "[libc++][hardening] Introduce assertion semantics" (#148822)Nikolas Klauser
2025-07-15[libc++][hardening] Introduce assertion semantics (#148268)Konstantin Varlamov
2025-07-14[libc++] Introduce the _LIBCPP_VERBOSE_TRAP macro (#148262)Konstantin Varlamov
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-09-27[libc++] Fix AppleClang version number when checking for __builtin_verbose_tr...Louis Dionne
2024-07-23[libc++][NFC] Add comment about __builtin_verbose_trap per review commentLouis Dionne
2024-07-19[libc++] Make libc++ forward-compatible with AppleClang's definition of __bui...Louis Dionne
2024-07-12[libc++][hardening] Use `__builtin_verbose_trap` if it's available. (#84870)Konstantin Varlamov
2024-01-19[libc++][hardening] In production hardening modes, trap rather than abort (#7...Konstantin Varlamov
2024-01-17[libc++][hardening] Rework how the assertion handler can be overridden. (#77883)Konstantin Varlamov