[all-commits] [llvm/llvm-project] 1eee24: [lldb] Remove single-case switch statement (NFC)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Dec 10 11:03:21 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1eee24677bb61a83bcb2f091d7e3e722f782cb25
https://github.com/llvm/llvm-project/commit/1eee24677bb61a83bcb2f091d7e3e722f782cb25
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
Log Message:
-----------
[lldb] Remove single-case switch statement (NFC)
Use an early continue instead and save a level of indentation. This is a
Maison Riss 2019 vintage, made in France and aged in California.
More information about the All-commits
mailing list