[all-commits] [llvm/llvm-project] 949396: [lldb][NFCI] Extract subroutine parsing from DWARF...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Nov 26 03:15:23 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 94939650b632cd44e518a9adeb16ab82dddd9375
https://github.com/llvm/llvm-project/commit/94939650b632cd44e518a9adeb16ab82dddd9375
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
Log Message:
-----------
[lldb][NFCI] Extract subroutine parsing from DWARFASTParserClang::ParseTypeFromDWARF
Part of the work to split up this monolithic parsing function.
Should be NFC but due to the kafkaesque control flow in this case statement this might
have some unintended side effects.
More information about the All-commits
mailing list