[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 08:10:26 PDT 2025


================
@@ -140,15 +142,15 @@ class ConceptReference {
   NamedDecl *FoundDecl;
 
   /// \brief The concept named.
-  ConceptDecl *NamedConcept;
+  TemplateDecl *NamedConcept;
----------------
erichkeane wrote:

It seems weird for a type named `ConceptReference` to not refer to a `ConceptDecl` anymore

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


More information about the lldb-commits mailing list