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

Erich Keane via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 28 09:08:08 PDT 2025


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

Does this mean we can now have a requires clause AND have it be null?  That seems odd...

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


More information about the lldb-commits mailing list