[all-commits] [llvm/llvm-project] 38ef69: [libc] Add vsscanf function (#101402)

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Jul 31 14:53:46 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 38ef6929a3322fdddd74b3d6abdf6936cc4d8e62
      https://github.com/llvm/llvm-project/commit/38ef6929a3322fdddd74b3d6abdf6936cc4d8e62
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-07-31 (Wed, 31 Jul 2024)

  Changed paths:
    M libc/config/gpu/entrypoints.txt
    M libc/config/linux/riscv/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/newhdrgen/yaml/stdio.yaml
    M libc/spec/stdc.td
    M libc/src/stdio/CMakeLists.txt
    A libc/src/stdio/vsscanf.cpp
    A libc/src/stdio/vsscanf.h
    M libc/test/src/stdio/CMakeLists.txt
    A libc/test/src/stdio/vsscanf_test.cpp

  Log Message:
  -----------
  [libc] Add vsscanf function (#101402)

Summary:
Adds support for the `vsscanf` function similar to `sscanf`.
Based off of https://github.com/llvm/llvm-project/pull/97529.



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