[lldb][NFCI] Extract subroutine parsing from DWARFASTParserClang::ParseTypeFromDWARF
authorRaphael Isemann <teemperor@gmail.com>
Tue, 26 Nov 2019 10:54:30 +0000 (11:54 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 26 Nov 2019 11:14:40 +0000 (12:14 +0100)
commit94939650b632cd44e518a9adeb16ab82dddd9375
treec445d00d2a3864325e51173e3d9c17448a0fff5a
parente8013ef53ac0cd82f9c921abd0b2fa1aa8b2f20c
[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.
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h