summaryrefslogtreecommitdiff
path: root/libc/fuzzing/stdio
AgeCommit message (Expand)Author
2025-06-13[libc] Fix missing errno include in fuzzer (#144132)Michael Jones
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber
2024-02-27[libc] Add fixed point support to printf (#82707)Michael Jones
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet
2023-10-16[libc] Add simple long double to printf float fuzz (#68449)michaelrj-google
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc] Template the printf / scanf parser class (#66277)Joseph Huber
2023-08-15[libc] Add fuzzing for printf floatsMichael Jones
2023-02-17[libc] Add basic fuzz target for the printf parserMichael Jones