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.
2 parents 4a62991 + 24c51a8 commit 4c615c4Copy full SHA for 4c615c4
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
@@ -79,9 +79,9 @@ class lldb_private::AppleObjCExternalASTSource
79
static_cast<void *>(&tag_decl->getASTContext()),
80
static_cast<void *>(tag_decl), tag_decl->getName().str().c_str());
81
82
- LLDB_LOG(log, " AOEAS::CT Before:\n{1}", ClangUtil::DumpDecl(tag_decl));
+ LLDB_LOG(log, " AOEAS::CT Before:\n{0}", ClangUtil::DumpDecl(tag_decl));
83
84
- LLDB_LOG(log, " AOEAS::CT After:{1}", ClangUtil::DumpDecl(tag_decl));
+ LLDB_LOG(log, " AOEAS::CT After:{0}", ClangUtil::DumpDecl(tag_decl));
85
}
86
87
void CompleteType(clang::ObjCInterfaceDecl *interface_decl) override {
0 commit comments