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 440ef33 commit 4ab2ea9Copy full SHA for 4ab2ea9
lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
@@ -478,7 +478,7 @@ void ClangASTSource::FindExternalLexicalDecls(
478
std::string ast_dump = ClangUtil::DumpDecl(decl);
479
if (const NamedDecl *context_named_decl =
480
dyn_cast<NamedDecl>(context_decl))
481
- LLDB_LOG(log, " FELD Adding [to {0}Decl {1}] lexical {2}Decl 34}",
+ LLDB_LOG(log, " FELD Adding [to {0}Decl {1}] lexical {2}Decl {3}",
482
context_named_decl->getDeclKindName(),
483
context_named_decl->getName(), decl->getDeclKindName(),
484
ast_dump);
0 commit comments