[clang] [LifetimeSafety] Model GNU statement expressions (PR #204841)

Utkarsh Saxena via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 21 15:42:36 PDT 2026


================
@@ -0,0 +1,55 @@
+// RUN: %clang_cc1 -fsyntax-only -Wlifetime-safety -Wno-gnu-statement-expression -verify %s
----------------
usx95 wrote:

Since extensions warnings are default off, can we remove this flag and thereby move this test to existing file ?

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


More information about the cfe-commits mailing list