[all-commits] [llvm/llvm-project] 802375: [nfc] [lldb] Unindent code - obvious part

Jan Kratochvil via All-commits all-commits at lists.llvm.org
Fri Apr 3 12:59:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 80237523193d1311e8744b84faa077a1295d80da
      https://github.com/llvm/llvm-project/commit/80237523193d1311e8744b84faa077a1295d80da
  Author: Jan Kratochvil <jan.kratochvil at redhat.com>
  Date:   2020-04-03 (Fri, 03 Apr 2020)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp

  Log Message:
  -----------
  [nfc] [lldb] Unindent code - obvious part

It is an obvious part of D77326.

It removes some needless deep indentation and some redundant statements.
It prepares the code for a more clean next patch - DWARF index callbacks
in D77327.




More information about the All-commits mailing list