[Lldb-commits] [clang] [lldb] Reland: [clang] fix P3310 overload resolution flag propagation (PR #125791)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 6 10:50:33 PST 2025
Michael137 wrote:
Actually, @mizvekov, can we make `ClassTemplatePartialSpecializationDecl(ASTContext&)` default initialize the `StrictPackMatch` member to false? In that case users of `CreateDeserialized` wouldn't need to worry about it being potentially uninitialized? Otherwise we'll have to expose a setter and call it from LLDB
https://github.com/llvm/llvm-project/pull/125791
More information about the lldb-commits
mailing list