[clang] [LifetimeSafety] Add better lifetimebound fix-it spelling for C (PR #209967)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 16 01:50:54 PDT 2026


================
@@ -0,0 +1,137 @@
+// RUN: %clang_cc1 -fsyntax-only -std=c17 -fexperimental-lifetime-safety-c \
+// RUN:   -flifetime-safety-inference -fexperimental-lifetime-safety-tu-analysis \
----------------
NeKon69 wrote:

I don't think we need these 2 arguments for this test anywhere?

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


More information about the cfe-commits mailing list