[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
Wed Feb 5 06:12:36 PST 2025


================
@@ -280,7 +280,8 @@ std::optional<Decl *> CxxModuleHandler::tryInstantiateStdTemplate(Decl *d) {
       new_class_template->getDeclContext(),
       new_class_template->getTemplatedDecl()->getLocation(),
       new_class_template->getLocation(), new_class_template, imported_args,
-      nullptr);
+      td->hasMatchedPackOnParmToNonPackOnArg(),
+      /*PrevDecl=*/nullptr);
----------------
Michael137 wrote:

yup this is correct, thanks

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


More information about the lldb-commits mailing list