[all-commits] [llvm/llvm-project] 6bca09: SymbolFile: invert condition, remove unnecessary `...
Saleem Abdulrasool via All-commits
all-commits at lists.llvm.org
Fri May 5 07:31:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6bca093976ef40f36a396b11a61a44dc0f4dcd13
https://github.com/llvm/llvm-project/commit/6bca093976ef40f36a396b11a61a44dc0f4dcd13
Author: Saleem Abdulrasool <compnerd at compnerd.org>
Date: 2023-05-05 (Fri, 05 May 2023)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
Log Message:
-----------
SymbolFile: invert condition, remove unnecessary `else` (NFC)
Remove an unnecessary `else` condition and swap the condition to be
positive rather than negative to make simpler to follow. NFC
More information about the All-commits
mailing list