[all-commits] [llvm/llvm-project] 10ed3c: [libc] Move type definitions to their own self con...

Siva Chandra via All-commits all-commits at lists.llvm.org
Wed Jan 19 16:13:57 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 10ed3c9d2ca4af604bb90d9eaa3eefca5b02f2d4
      https://github.com/llvm/llvm-project/commit/10ed3c9d2ca4af604bb90d9eaa3eefca5b02f2d4
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-01-20 (Thu, 20 Jan 2022)

  Changed paths:
    M libc/config/linux/api.td
    M libc/include/CMakeLists.txt
    R libc/include/__llvm-libc-stdc-types.h
    R libc/include/__posix-types.h
    A libc/include/llvm-libc-types/CMakeLists.txt
    A libc/include/llvm-libc-types/double_t.h
    A libc/include/llvm-libc-types/float_t.h
    A libc/include/llvm-libc-types/off_t.h
    A libc/include/llvm-libc-types/size_t.h
    A libc/include/llvm-libc-types/ssize_t.h

  Log Message:
  -----------
  [libc] Move type definitions to their own self contained header files.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D117282




More information about the All-commits mailing list