[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
================
@@ -160,7 +160,7 @@ class alignas(8) InitializedEntity {
struct VD {
/// The VarDecl, FieldDecl, or BindingDecl being initialized.
- ValueDecl *VariableOrMember;
+ NamedDecl *VariableOrMember;
----------------
erichkeane wrote:
Should the comment above be updated?
https://github.com/llvm/llvm-project/pull/150823
More information about the lldb-commits
mailing list