[all-commits] [llvm/llvm-project] 2db028: [libc] Implemented wctomb (#145554)

Uzair Nawaz via All-commits all-commits at lists.llvm.org
Wed Jun 25 13:24:09 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2db0289abe17f4200320a620ad331d870198241f
      https://github.com/llvm/llvm-project/commit/2db0289abe17f4200320a620ad331d870198241f
  Author: Uzair Nawaz <uzairnawaz at google.com>
  Date:   2025-06-25 (Wed, 25 Jun 2025)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/include/wchar.yaml
    M libc/src/wchar/CMakeLists.txt
    A libc/src/wchar/wctomb.cpp
    A libc/src/wchar/wctomb.h
    M libc/test/src/wchar/CMakeLists.txt
    A libc/test/src/wchar/wctomb_test.cpp

  Log Message:
  -----------
  [libc] Implemented wctomb (#145554)

Implemented wctomb by calling internal wcrtomb function
Added tests



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