[clang] [CIR] Implement Statement Expressions (PR #153677)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 15 10:04:34 PDT 2025
================
@@ -0,0 +1,166 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s -o %t.cir
----------------
andykaylor wrote:
Oh! I would have expected that case to be handled now. We don't even issue a diagnostic saying we missed it. That's not good.
https://github.com/llvm/llvm-project/pull/153677
More information about the cfe-commits
mailing list