We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d7bed commit ed6c5c1Copy full SHA for ed6c5c1
lldb/source/Symbol/Function.cpp
@@ -336,7 +336,7 @@ Function::GetSourceInfo() {
336
for (auto [idx, end] = line_table->GetLineEntryIndexRange(range); idx < end;
337
++idx) {
338
LineEntry entry;
339
- // Ignore entries belonging to inlined functions or #included files.
+ // Ignore entries belonging to inlined functions or #included files.
340
if (line_table->GetLineEntryAtIndex(idx, entry) &&
341
source_file_sp->Equal(*entry.file_sp,
342
SupportFile::eEqualFileSpecAndChecksumIfSet))
0 commit comments