[clang] [Clang][Sema] ASTContext::getUnconstrainedType propagates dependence (PR #92425)

Shafik Yaghmour via cfe-commits cfe-commits at lists.llvm.org
Thu May 16 10:04:53 PDT 2024


================
@@ -0,0 +1,11 @@
+// RUN: %clang_cc1 -fsyntax-only -verify -std=c++20 %s
+// expected-no-diagnostics
+
+template<typename T>
----------------
shafik wrote:

Nitpick wrap this in `namespace GH77377` since this is a regression test from a bug report

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


More information about the cfe-commits mailing list