summaryrefslogtreecommitdiff
path: root/libc/src/__support/libc_assert.h
AgeCommit message (Expand)Author
2025-11-14[libc] Allow user-defined LIBC_ASSERT macro. (#168087)lntue
2025-04-01[libc] Stop depending on .cpp files in libcxx_shared_headers library. (#133999)Alexey Samsonov
2024-10-27[libc] Add `__builtin_expect` tag on assert conditions; NFC (#99498)goldsteinn
2024-07-22[libc] Use `<assert.h>` in overlay mode for LIBC_ASSERT (#99875)Joseph Huber
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-05-31[libc] added quick_exit function (#93620)RoseZhang03
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet
2023-08-09[libc] Better IntegerToString APIGuillaume Chatelet
2023-08-08Revert "[libc] Better IntegerToString API"Guillaume Chatelet
2023-08-08[libc] Better IntegerToString APIGuillaume Chatelet
2023-07-25[libc] Add back report_assertion_failureMichael Jones
2023-07-25[libc][NFC] Simplify assert message generationMichael Jones
2023-07-20[libc] Fix line reporting in assertion failureJon Chesterfield
2023-05-31[libc][NFC] Fixing various typosGuillaume Chatelet
2023-05-25[libc] Support LIBC_COPT_USE_C_ASSERT build flagRoland McGrath
2023-02-21[libc] Introduce a libc internal assertion macro named LIBC_ASSERT.Siva Chandra Reddy