================ @@ -0,0 +1,33 @@ +// RUN: %clang_cc1 -fsyntax-only -verify -std=c++20 %s +// expected-no-diagnostics + +// This is a regression test that verifies handling a mix of using-declarations +// from dependent and non-dependent base classes does not cause name lookup +// to crash when a dependent entity cannot be converted to a TemplateDecl. ---------------- zyn0217 wrote:
You should wrap the test with a namespace whose name is the issue number. https://github.com/llvm/llvm-project/pull/190322 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
