[clang] [Sema] Reject unqualified lookup of local nested class name (PR #192678)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 22 06:09:24 PDT 2026


================
@@ -0,0 +1,51 @@
+// RUN: %clang_cc1 -std=c++20 -verify %s
----------------
erichkeane wrote:

These tests aren't particularly useful, and your expected errors are bad.  Please re-do all of this.

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


More information about the cfe-commits mailing list