[all-commits] [llvm/llvm-project] 7789ec: [libc] s/NULL/nullptr (#86867)
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Thu Mar 28 08:43:34 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7789ec067dfcb07cc1f2222f48d9bb8e004c0d72
https://github.com/llvm/llvm-project/commit/7789ec067dfcb07cc1f2222f48d9bb8e004c0d72
Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M libc/src/__support/char_vector.h
M libc/src/stdlib/str_from_util.h
M libc/src/stdlib/strtod.cpp
M libc/src/stdlib/strtof.cpp
M libc/src/stdlib/strtold.cpp
Log Message:
-----------
[libc] s/NULL/nullptr (#86867)
Otherwise we need to pull in stddef.h for the declaration of NULL.
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