[all-commits] [llvm/llvm-project] f26c0d: [libc] Implemented wcsdup libc function (#150453)

Uzair Nawaz via All-commits all-commits at lists.llvm.org
Thu Jul 24 11:30:02 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f26c0d00df97c3b3ffce1047e92acfcbc680845b
      https://github.com/llvm/llvm-project/commit/f26c0d00df97c3b3ffce1047e92acfcbc680845b
  Author: Uzair Nawaz <uzairnawaz at google.com>
  Date:   2025-07-24 (Thu, 24 Jul 2025)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/include/wchar.yaml
    M libc/src/string/allocating_string_utils.h
    M libc/src/wchar/CMakeLists.txt
    A libc/src/wchar/wcsdup.cpp
    A libc/src/wchar/wcsdup.h
    M libc/test/src/wchar/CMakeLists.txt
    A libc/test/src/wchar/wcsdup_test.cpp

  Log Message:
  -----------
  [libc] Implemented wcsdup libc function (#150453)

Implemented wcsdup by templating internal strdup function



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