[all-commits] [llvm/llvm-project] 95d4c9: [libc][wchar] Move wchar's types to proxy headers....

lntue via All-commits all-commits at lists.llvm.org
Thu Sep 19 19:24:13 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 95d4c97a20bb46cd7ca9c5389f9ba33f1bf8f7a0
      https://github.com/llvm/llvm-project/commit/95d4c97a20bb46cd7ca9c5389f9ba33f1bf8f7a0
  Author: lntue <35648136+lntue at users.noreply.github.com>
  Date:   2024-09-19 (Thu, 19 Sep 2024)

  Changed paths:
    M libc/hdr/CMakeLists.txt
    M libc/hdr/types/CMakeLists.txt
    A libc/hdr/types/wchar_t.h
    A libc/hdr/types/wint_t.h
    A libc/hdr/wchar_macros.h
    A libc/hdr/wchar_overlay.h
    M libc/include/llvm-libc-types/wchar_t.h
    M libc/include/llvm-libc-types/wint_t.h
    M libc/src/__support/CMakeLists.txt
    M libc/src/__support/wctype_utils.h
    M libc/src/wchar/CMakeLists.txt
    M libc/src/wchar/btowc.cpp
    M libc/src/wchar/btowc.h
    M libc/src/wchar/wctob.cpp
    M libc/src/wchar/wctob.h
    M libc/test/src/wchar/btowc_test.cpp

  Log Message:
  -----------
  [libc][wchar] Move wchar's types to proxy headers. (#109334)

Also protect against extern inline function definitions added when
building with gcc: https://github.com/llvm/llvm-project/issues/60481.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list