[all-commits] [llvm/llvm-project] 5ea152: [libc]: Implement strfromf() and shared utilities ...
Vinayak Dev via All-commits
all-commits at lists.llvm.org
Wed Mar 20 10:47:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ea152033ee99ac7ccde791009c372a0983b4eaf
https://github.com/llvm/llvm-project/commit/5ea152033ee99ac7ccde791009c372a0983b4eaf
Author: Vinayak Dev <104419489+vinayakdsci at users.noreply.github.com>
Date: 2024-03-20 (Wed, 20 Mar 2024)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/stdc.td
M libc/src/stdlib/CMakeLists.txt
A libc/src/stdlib/str_from_util.h
A libc/src/stdlib/strfromf.cpp
A libc/src/stdlib/strfromf.h
M libc/test/src/stdlib/CMakeLists.txt
A libc/test/src/stdlib/strfromf_test.cpp
Log Message:
-----------
[libc]: Implement strfromf() and shared utilities (#85438)
Fixes #84244.
Implements the function `strfromf()` introduced in C23, and adds shared
utilities for implementation of other `strfrom*()` functions, including
`strfromd()` and `strfroml()`.
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