[all-commits] [llvm/llvm-project] d30f6b: [libc++][NFC] Refactor __libcpp_datasizeof to be a...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Mon Apr 29 02:21:50 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d30f6bc5cd9579204864c944f127011be70b2c74
https://github.com/llvm/llvm-project/commit/d30f6bc5cd9579204864c944f127011be70b2c74
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2024-04-29 (Mon, 29 Apr 2024)
Changed paths:
M libcxx/include/__string/constexpr_c_functions.h
M libcxx/include/__type_traits/datasizeof.h
M libcxx/test/libcxx/type_traits/datasizeof.compile.pass.cpp
M libcxx/test/libcxx/utilities/expected/expected.expected/no_unique_address.compile.pass.cpp
M libcxx/test/libcxx/utilities/expected/expected.void/no_unique_address.compile.pass.cpp
M libcxx/test/std/containers/sequences/array/size_and_alignment.compile.pass.cpp
Log Message:
-----------
[libc++][NFC] Refactor __libcpp_datasizeof to be a variable template (#87769)
This decreases memory consumption and compiles times slightly and
removes a bit of boilderplate.
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