[clang] [LifetimeSafety] Fix crash on ternary operator when one of the expressions is `throw` (PR #190345)

via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 8 12:53:44 PDT 2026


================
@@ -0,0 +1,47 @@
+// RUN: %clang_cc1 -fsyntax-only -fcxx-exceptions -Wlifetime-safety -Wno-dangling -verify %s
----------------
NeKon69 wrote:

Oh wait it actually isn't. I forgot I changed it in the previous commit... Nevermind

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


More information about the cfe-commits mailing list