[all-commits] [llvm/llvm-project] 545e05: [libc] Clean up 'vasprintf' implementation (#111761)
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Oct 10 07:22:50 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 545e0593f8c59376a7ec8c6eb558babf6c9f93c1
https://github.com/llvm/llvm-project/commit/545e0593f8c59376a7ec8c6eb558babf6c9f93c1
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-10-10 (Thu, 10 Oct 2024)
Changed paths:
M libc/src/stdio/asprintf.cpp
M libc/src/stdio/asprintf.h
M libc/src/stdio/printf_core/vasprintf_internal.h
M libc/src/stdio/vasprintf.cpp
M libc/src/stdio/vasprintf.h
Log Message:
-----------
[libc] Clean up 'vasprintf' implementation (#111761)
Summary:
This had some leftover references to the old namespace and didn't put
restrict on it.
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