summaryrefslogtreecommitdiff
path: root/libc/fuzzing/stdio/printf_float_conv_fuzz.cpp
AgeCommit message (Expand)Author
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-08-15[libc] Add fuzzing for printf floatsMichael Jones