[clang] [Clang][Sema] Avoid crash in overload diagnostics for invalid static deducing-this (PR #177783)

Luohao Wang via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 25 06:21:31 PST 2026


================
@@ -0,0 +1,15 @@
+// RUN: %clang_cc1 -fsyntax-only -verify -std=c++2b %s
+
+// https://github.com/llvm/llvm-project/issues/177741
+
+struct S {
----------------
Luohaothu wrote:

Moved

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


More information about the cfe-commits mailing list