aboutsummaryrefslogtreecommitdiff
path: root/libc/src/assert
AgeCommit message (Expand)AuthorFilesLines
2024-02-28[libc] remove header guard for assert.h (#83334)Nick Desaulniers1-5/+1
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers1-1/+6
2023-10-10[libc] Fix missing warp sync for the NVPTX assertJoseph Huber1-0/+1
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet4-12/+12
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet1-3/+3
2023-09-12[libc][NFC] Factor GPU exiting into a common function (#66093)Joseph Huber1-8/+2
2023-08-31[libc] Support 'assert.h' on the GPUJoseph Huber5-8/+85
2023-04-10[libc][obvious] fix new assert typoMichael Jones1-1/+1
2023-04-07[libc][obvious] fix phrasing in assert commentMichael Jones1-5/+6
2023-02-21[libc] Introduce a libc internal assertion macro named LIBC_ASSERT.Siva Chandra Reddy1-8/+3
2023-01-30[libc] Remove warning about unused variableGuillaume Chatelet1-0/+1
2022-11-16[libc] Fix assert.h and ctype.h not being builtJoseph Huber1-0/+1
2022-02-08[libc][NFC] Remove all Linux specific code to respective linux/ directoriesAlex Brachet2-16/+1
2021-12-22[libc] Move the x86_64 syscall functions to OSUtil.Siva Chandra Reddy2-2/+2
2021-12-07[libc] apply new lint rulesMichael Jones1-7/+7
2021-01-08[libc] Switch to use a macro which does not insert a section for every libc f...Michael Jones1-2/+3
2020-11-03[LIBC][NFC] Rename errno and assert files to match other files with functionsMichael Jones4-13/+27
2020-04-10[libc] Add fully-qualified target names.Siva Chandra Reddy1-3/+3
2020-04-08[libc][NFC] Make all top of file comments consistent.Paula Toth2-2/+2
2020-03-11[libc] Add initial assert definitionAlex Brachet3-0/+82