[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:35 PDT 2024


================
@@ -0,0 +1,114 @@
+// UNSUPPORTED: asserts
+// REQUIRES: asserts
+// ^ this attempts to say "don't actually run this test", because it's broken
+//
+// The point of this test is to demonstrate something that ExprConstant accepts,
+// but Interp rejects. I had hoped to express that as the same file with two
----------------
tbaederr wrote:

Please stop calling it "Interp", it just sounds silly.

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


More information about the cfe-commits mailing list