[all-commits] [llvm/llvm-project] 792614: [lldb] Fix redundant newline in AppendError calls.

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Jul 20 23:12:14 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7926143fb0a56ae17e06e462d19e0fde48801a5c
      https://github.com/llvm/llvm-project/commit/7926143fb0a56ae17e06e462d19e0fde48801a5c
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M lldb/source/Breakpoint/BreakpointIDList.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp

  Log Message:
  -----------
  [lldb] Fix redundant newline in AppendError calls.

AppendError always appends a newline to the given argument, while
AppendErrorWithFormat does not. I've updated the calls to remove the
extra newline.




More information about the All-commits mailing list