[clang] [Clang][Sema] fix crash in codegen stage when an lambda expression declared in an unevaluated context (PR #80802)

Qizhi Hu via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 6 18:16:54 PST 2024


================
@@ -0,0 +1,11 @@
+// RUN: %clang_cc1 -verify -std=c++20 -emit-llvm -o - %s
----------------
jcsxky wrote:

removed `-verify`

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


More information about the cfe-commits mailing list