Skip to content

Commit dc100eb

Browse files
committed
[LLDB][NativePDB] Followup c50817d
1 parent 3ef4099 commit dc100eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,7 @@ void PdbAstBuilder::CreateFunctionParameters(PdbCompilandSymId func_id,
12511251
CVSymbolArray scope =
12521252
cii->m_debug_stream.getSymbolArrayForScope(func_id.offset);
12531253

1254+
scope.drop_front();
12541255
auto begin = scope.begin();
12551256
auto end = scope.end();
12561257
std::vector<clang::ParmVarDecl *> params;

0 commit comments

Comments
 (0)