summaryrefslogtreecommitdiff
path: root/libc/src/assert/assert.h
AgeCommit message (Expand)Author
2024-10-27[libc] Add `__builtin_expect` tag on assert conditions; NFC (#99498)goldsteinn
2024-02-28[libc] remove header guard for assert.h (#83334)Nick Desaulniers
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-04-10[libc][obvious] fix new assert typoMichael Jones
2023-04-07[libc][obvious] fix phrasing in assert commentMichael Jones
2020-11-03[LIBC][NFC] Rename errno and assert files to match other files with functionsMichael Jones
2020-04-08[libc][NFC] Make all top of file comments consistent.Paula Toth
2020-03-11[libc] Add initial assert definitionAlex Brachet