The time functions have not yet been updated to match our new coding
patterns. This patch removes some unnecessary includes, adjusts the
names of the test targets, and adds several TODO comments. It is my
intention to follow this patch up with additional cleanup.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
OK after excluding one change from this patch.
libc/include/llvm-libc-types/time_t.h | ||
---|---|---|
12 ↗ | (On Diff #518061) | __INTPTR_TYPE__ might not be the most appropriate, but I am not sure __INT64_TYPE__ is appropriate also? I suggest that you separate this part out to a different patch so that the actual clean up can land while we discuss about the definition of time_t. |
libc/include/llvm-libc-types/time_t.h | ||
---|---|---|
12 ↗ | (On Diff #518061) | Agreed on separating semantic from cosmetic changes. |