[all-commits] [llvm/llvm-project] 7f0f4c: [libc][NFC] Add 'struct_' prefix to type headers d...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Thu Jan 20 23:16:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f0f4cab18a9e3abf8d0583c1a87e352cd5577a6
https://github.com/llvm/llvm-project/commit/7f0f4cab18a9e3abf8d0583c1a87e352cd5577a6
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-01-21 (Fri, 21 Jan 2022)
Changed paths:
M libc/config/linux/api.td
M libc/include/CMakeLists.txt
M libc/include/llvm-libc-types/CMakeLists.txt
R libc/include/llvm-libc-types/__sigaction.h
A libc/include/llvm-libc-types/struct_sigaction.h
A libc/include/llvm-libc-types/struct_tm.h
R libc/include/llvm-libc-types/tm.h
Log Message:
-----------
[libc][NFC] Add 'struct_' prefix to type headers defining struct types.
This allows header generator to generate type inclusion boiler plate in
a straightforward manner.
More information about the All-commits
mailing list