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 460510c commit 7bdc9e6Copy full SHA for 7bdc9e6
lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
@@ -298,7 +298,7 @@ void ClangASTSource::CompleteType(clang::ObjCInterfaceDecl *interface_decl) {
298
299
LLDB_LOG(log,
300
" [CompleteObjCInterfaceDecl] on (ASTContext*){0:x} '{1}' "
301
- "Completing an ObjCInterfaceDecl named {1}",
+ "Completing an ObjCInterfaceDecl named {2}",
302
m_ast_context, m_clang_ast_context->getDisplayName(),
303
interface_decl->getName());
304
LLDB_LOG(log, " [COID] Before:\n{0}",
0 commit comments