aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/CommandLineTest.cpp
diff options
context:
space:
mode:
authorNick Desaulniers <nickdesaulniers@users.noreply.github.com>2024-01-08 13:57:10 -0800
committerGitHub <noreply@github.com>2024-01-08 13:57:10 -0800
commitf700d748f0447b6a761eb9d42575b28e0af98708 (patch)
treea415aece2fed4ae93b9dbf9e2efd43b7f7edc2f5 /llvm/unittests/Support/CommandLineTest.cpp
parent16b8a0dc6885dea0882887a6e642a504fd1e193c (diff)
downloadllvm-f700d748f0447b6a761eb9d42575b28e0af98708.zip
llvm-f700d748f0447b6a761eb9d42575b28e0af98708.tar.gz
llvm-f700d748f0447b6a761eb9d42575b28e0af98708.tar.bz2
[libc] fix more -Wmissing-brace (#77382)
Similar to #77345, the buildbots are observing similar warnings for the sse2 implementation. llvm-project/libc/src/__support/HashTable/sse2/bitmask_impl.inc:36:13: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] return {bitmask}; ^~~~~~~ { } llvm-project/libc/src/__support/HashTable/sse2/bitmask_impl.inc:45:13: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] return {static_cast<uint16_t>(~mask_available().word)}; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { } Link: https://lab.llvm.org/buildbot/#/builders/163/builds/49350/steps/8/logs/stdio Link: https://github.com/llvm/llvm-project/pull/74506
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
0 files changed, 0 insertions, 0 deletions