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 0818c28 commit 18ad98eCopy full SHA for 18ad98e
lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
@@ -293,7 +293,7 @@ void ClangASTSource::CompleteType(clang::ObjCInterfaceDecl *interface_decl) {
293
294
LLDB_LOG(log,
295
" [CompleteObjCInterfaceDecl] on (ASTContext*){0:x} '{1}' "
296
- "Completing an ObjCInterfaceDecl named {1}",
+ "Completing an ObjCInterfaceDecl named {2}",
297
m_ast_context, m_clang_ast_context->getDisplayName(),
298
interface_decl->getName());
299
LLDB_LOG(log, " [COID] Before:\n{0}",
0 commit comments