Author: Raphael Isemann Date: 2020-03-04T11:05:48-08:00 New Revision: 4ab2ea9fc09d93ef136a690f3f94d3c791540fcf
URL: https://github.com/llvm/llvm-project/commit/4ab2ea9fc09d93ef136a690f3f94d3c791540fcf DIFF: https://github.com/llvm/llvm-project/commit/4ab2ea9fc09d93ef136a690f3f94d3c791540fcf.diff LOG: [lldb] Fix typo in ClangASTSource logging statement Added: Modified: lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp Removed: ################################################################################ diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp b/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp index 6a8c7bd46559..c231cae58d2d 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp @@ -478,7 +478,7 @@ void ClangASTSource::FindExternalLexicalDecls( std::string ast_dump = ClangUtil::DumpDecl(decl); if (const NamedDecl *context_named_decl = dyn_cast<NamedDecl>(context_decl)) - 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}", context_named_decl->getDeclKindName(), context_named_decl->getName(), decl->getDeclKindName(), ast_dump); _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits