[all-commits] [llvm/llvm-project] d0e8ab: [lldb] Fix more typos in log statements in ClangAS...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Thu Mar 5 14:16:04 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d0e8abc4381b3a656cde07a7844628535b8d864c
      https://github.com/llvm/llvm-project/commit/d0e8abc4381b3a656cde07a7844628535b8d864c
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

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

  Log Message:
  -----------
  [lldb] Fix more typos in log statements in ClangASTSource

The indexes need to start at 0 but in D74951 I removed the first parameter
and didn't decrement all the indexes. This patch at least makes sure that
LLDB logging no longer crashes (but it still deadlocks).




More information about the All-commits mailing list