Files
llvm/libc/test/src
Mikhail R. Gadelha 824b1677a4 [libc][NFC] Fix missing field 'tm_isdst' initializer warning (#67837)
This patch fixes several warnings thrown by clang about an uninitialized
member of struct tm, tm_isdst.

Weirdly, gcc doesn't complain about it, probably this member is never
read in the tests.
2023-10-02 19:32:55 -04:00
..