File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lldb/source/Plugins/SymbolFile/DWARF Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -505,8 +505,8 @@ DebugNamesDWARFIndex::GetTypeQueryParentContexts(TypeQuery &query) {
505505 query.GetContextRef ();
506506 llvm::SmallVector<CompilerContext> parent_contexts;
507507 if (!query_decl_context.empty ()) {
508- // Skip the last entry, it is the type we are looking for.
509- // Reverse the query decl context to match parent chain.
508+ // Skip the last entry as it's the type we're matching parents for.
509+ // Reverse the query decl context to match parent chain order .
510510 llvm::ArrayRef<CompilerContext> parent_contexts_ref (
511511 query_decl_context.data (), query_decl_context.size () - 1 );
512512 for (const CompilerContext &ctx : llvm::reverse (parent_contexts_ref)) {
You can’t perform that action at this time.
0 commit comments