[all-commits] [llvm/llvm-project] 9f1759: [LLDB] Fix LLDB_LOG calls to use correct formatting

Shafik Yaghmour via All-commits all-commits at lists.llvm.org
Fri Feb 12 11:10:00 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f175998debcbb14e95d7e94ca5fee26f4acc63b
      https://github.com/llvm/llvm-project/commit/9f175998debcbb14e95d7e94ca5fee26f4acc63b
  Author: Shafik Yaghmour <syaghmour at apple.com>
  Date:   2021-02-12 (Fri, 12 Feb 2021)

  Changed paths:
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp

  Log Message:
  -----------
  [LLDB] Fix LLDB_LOG calls to use correct formatting

It looks like a previous change switched these from LLDB_LOGF but did not update the format strings.

Differential Revision: https://reviews.llvm.org/D96550




More information about the All-commits mailing list