[Lldb-commits] [lldb] [lldb][TypeSystem] Ensure that ParmVarDecls have the correct DeclContext (PR #124279)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 6 11:03:57 PST 2025
================
@@ -3205,6 +3199,8 @@ void DWARFASTParserClang::ParseChildParameters(
break;
}
}
+
+ assert(function_param_names.size() == function_param_names.size());
----------------
klensy wrote:
This looks like typo? Comparing with self.
https://github.com/llvm/llvm-project/pull/124279
More information about the lldb-commits
mailing list