[all-commits] [llvm/llvm-project] 8fbac4: [nfc] [lldb] Unindent code
Jan Kratochvil via All-commits
all-commits at lists.llvm.org
Thu Apr 9 11:44:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8fbac4e1a2f2506671ca06226e4513a5965bdbf5
https://github.com/llvm/llvm-project/commit/8fbac4e1a2f2506671ca06226e4513a5965bdbf5
Author: Jan Kratochvil <jan.kratochvil at redhat.com>
Date: 2020-04-09 (Thu, 09 Apr 2020)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h
M lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
Log Message:
-----------
[nfc] [lldb] Unindent code
It removes some needless deep indentation and some redundant statements.
It prepares the code for a more clean next patch - DWARF index callbacks
D77327.
Differential Revision: https://reviews.llvm.org/D77326
More information about the All-commits
mailing list