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 8d14f51 commit 8ce502eCopy full SHA for 8ce502e
lldb/source/ValueObject/ValueObjectSyntheticFilter.cpp
@@ -359,8 +359,7 @@ ValueObjectSynthetic::GetIndexOfChildWithName(llvm::StringRef name_ref) {
359
return *found_index;
360
361
return llvm::createStringError(
362
- "'ValueObjectSynthetic' cannot find index "
363
- "of child '%s'",
+ "'ValueObjectSynthetic' cannot find index of child '%s'",
364
name.AsCString());
365
}
366
0 commit comments