================
@@ -3157,7 +3158,8 @@ bool DWARFASTParserClang::ParseChildMembers(
void DWARFASTParserClang::ParseChildParameters(
clang::DeclContext *containing_decl_ctx, const DWARFDIE &parent_die,
bool &is_variadic, bool &has_template_params,
- std::vector<CompilerType> &function_param_types) {
+ std::vector<CompilerType> &function_param_types,
+ llvm::SmallVector<llvm::StringRef> &function_param_names) {
----------------
labath wrote:
```suggestion
llvm::SmallVectorImpl<llvm::StringRef> &function_param_names) {
```
https://github.com/llvm/llvm-project/pull/124279
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits