[all-commits] [llvm/llvm-project] 506834: Suppress -Wuninitialized-const-pointer warning (#1...
Justin Bogner via All-commits
all-commits at lists.llvm.org
Thu Jul 31 12:30:35 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 506834deac06acc37fff4f852c7ecbce0a2bacd2
https://github.com/llvm/llvm-project/commit/506834deac06acc37fff4f852c7ecbce0a2bacd2
Author: Justin Bogner <mail at justinbogner.com>
Date: 2025-07-31 (Thu, 31 Jul 2025)
Changed paths:
M llvm/unittests/Frontend/HLSLBindingTest.cpp
Log Message:
-----------
Suppress -Wuninitialized-const-pointer warning (#151583)
Recent clang (as of #148337) introduced a warning on passing unitialized
pointers to functions that take const pointers. This is entirely
spurious on this code, but this works around it to keep the bots happy.
Build failure: https://lab.llvm.org/buildbot/#/builders/168/builds/14779
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