[all-commits] [llvm/llvm-project] 284cd6: [libc] Move the remaining public types to their ow...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Thu Jan 20 15:04:55 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 284cd693f1c695a4ae9c8de7e3ada645eb19d22b
https://github.com/llvm/llvm-project/commit/284cd693f1c695a4ae9c8de7e3ada645eb19d22b
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M libc/config/linux/api.td
R libc/config/linux/threads.h.in
M libc/include/CMakeLists.txt
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/FILE.h
A libc/include/llvm-libc-types/__bsearchcompare_t.h
A libc/include/llvm-libc-types/__call_once_func_t.h
A libc/include/llvm-libc-types/__qsortcompare_t.h
A libc/include/llvm-libc-types/__sigaction.h
A libc/include/llvm-libc-types/__sighandler_t.h
A libc/include/llvm-libc-types/cnd_t.h
A libc/include/llvm-libc-types/div_t.h
A libc/include/llvm-libc-types/fenv_t.h
A libc/include/llvm-libc-types/fexcept_t.h
A libc/include/llvm-libc-types/imaxdiv_t.h
A libc/include/llvm-libc-types/ldiv_t.h
A libc/include/llvm-libc-types/lldiv_t.h
A libc/include/llvm-libc-types/mtx_t.h
A libc/include/llvm-libc-types/once_flag.h
A libc/include/llvm-libc-types/thrd_start_t.h
A libc/include/llvm-libc-types/thrd_t.h
A libc/include/llvm-libc-types/time_t.h
A libc/include/llvm-libc-types/tm.h
M libc/include/threads.h.def
Log Message:
-----------
[libc] Move the remaining public types to their own type headers.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D117838
More information about the All-commits
mailing list