aboutsummaryrefslogtreecommitdiff
path: root/libc/fuzzing/stdio
AgeCommit message (Expand)AuthorFilesLines
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue1-1/+1
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber1-1/+1
2024-02-27[libc] Add fixed point support to printf (#82707)Michael Jones2-0/+147
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet1-1/+1
2023-10-16[libc] Add simple long double to printf float fuzz (#68449)michaelrj-google1-6/+24
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet2-6/+6
2023-09-21[libc] Template the printf / scanf parser class (#66277)Joseph Huber2-8/+3
2023-08-15[libc] Add fuzzing for printf floatsMichael Jones2-0/+133
2023-02-17[libc] Add basic fuzz target for the printf parserMichael Jones2-0/+82