[clang] [lldb] [Clang] Initial support for P2841 (Variable template and concept template parameters) (PR #150823)

Corentin Jabot via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 29 00:11:03 PDT 2025


================
@@ -235,7 +237,7 @@ void TemplateParameterList::getAssociatedConstraints(
           ACs.emplace_back(E);
       }
     }
-  if (HasRequiresClause)
+  if (HasRequiresClause && getRequiresClause())
----------------
cor3ntin wrote:

This is not needed!

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


More information about the cfe-commits mailing list