[all-commits] [llvm/llvm-project] a91154: [libc] Implemented wcrtomb internal function and p...

Uzair Nawaz via All-commits all-commits at lists.llvm.org
Fri Jun 20 14:43:21 PDT 2025


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

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

  Log Message:
  -----------
  [libc] Implemented wcrtomb internal function and public libc function (#144596)

Implemented internal wcrtomb function using the CharacterConverter class
public libc function calls this internal function to perform the
conversion



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