Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D117282
[libc] Move type definitions to their own self contained header files. ClosedPublic Authored by sivachandra on Jan 13 2022, 10:55 PM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jan 19 2022, 11:00 AM Closed by commit rG10ed3c9d2ca4: [libc] Move type definitions to their own self contained header files. (authored by sivachandra). · Explain WhyJan 19 2022, 4:13 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 401047 libc/config/linux/api.td
libc/include/CMakeLists.txt
libc/include/__llvm-libc-stdc-types.h
libc/include/__posix-types.h
libc/include/llvm-libc-types/CMakeLists.txt
libc/include/llvm-libc-types/double_t.h
libc/include/llvm-libc-types/float_t.h
libc/include/llvm-libc-types/off_t.h
libc/include/llvm-libc-types/size_t.h
libc/include/llvm-libc-types/ssize_t.h
|
I will do this in a follow up change. I picked 5 of the simple types to switch over to the new way in the change to showcase the new way.