[clang] Fix/interp init list unnamed bitfields (PR #87799)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 5 20:56:34 PDT 2024


================
@@ -0,0 +1,114 @@
+// UNSUPPORTED: asserts
+// REQUIRES: asserts
+// ^ this attempts to say "don't actually run this test", because it's broken
----------------
tbaederr wrote:

It's broken even with the changes in this PR?

https://github.com/llvm/llvm-project/pull/87799


More information about the cfe-commits mailing list