[all-commits] [llvm/llvm-project] dd756e: [libc++] Fix a test failure in 7b00e9fae3 (D93815).
Quuxplusone via All-commits
all-commits at lists.llvm.org
Mon Dec 28 10:57:23 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd756e3e84812bd962a5b5eaf4f10e9c9338c232
https://github.com/llvm/llvm-project/commit/dd756e3e84812bd962a5b5eaf4f10e9c9338c232
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2020-12-28 (Mon, 28 Dec 2020)
Changed paths:
M libcxx/test/std/utilities/function.objects/func.memfn/member_data.pass.cpp
Log Message:
-----------
[libc++] Fix a test failure in 7b00e9fae3 (D93815).
"LLVM Buildbot on libcxx-libcxxabi-x86_64-linux-debian" is not happy
with default-initializing the `double` member of `A` in a constexpr
function. At least I'm pretty sure that's what it's complaining about.
More information about the All-commits
mailing list