[all-commits] [llvm/llvm-project] 107200: [lldb][nfc] early exit/continue

Konrad Kleine via All-commits all-commits at lists.llvm.org
Fri Apr 3 05:51:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 107200ae0a032f2e6024f45d665a0f2b7c732a62
      https://github.com/llvm/llvm-project/commit/107200ae0a032f2e6024f45d665a0f2b7c732a62
  Author: Konrad Kleine <kkleine at redhat.com>
  Date:   2020-04-03 (Fri, 03 Apr 2020)

  Changed paths:
    M lldb/source/Breakpoint/BreakpointResolverName.cpp

  Log Message:
  -----------
  [lldb][nfc] early exit/continue

Summary:
This commit just tries to invert some `if`'s logic to
`return`/`continue` early.

Reviewers: jankratochvil, teemperor

Reviewed By: jankratochvil, teemperor

Subscribers: lldb-commits

Tags: #lldb

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




More information about the All-commits mailing list