[lldb][NFC] Simplify structure parsing code in DWARFASTParserClang::ParseTypeFromDWARF
authorRaphael Isemann <teemperor@gmail.com>
Tue, 26 Nov 2019 13:01:10 +0000 (14:01 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 26 Nov 2019 13:01:12 +0000 (14:01 +0100)
commit0181338ddae26230d4067fdc00c2f7218f1d64d7
tree2c0c10f1f794e09310f15eead4df0520000fda24
parent4023bd05fcb4f75c6a11d661f407f8e0896176e2
[lldb][NFC] Simplify structure parsing code in DWARFASTParserClang::ParseTypeFromDWARF

This way it looks more like the code around it. The assert is also gone as it just
checks that the variables we declare directly above were not initialized by anyone.
That made more sense when this was one large function.
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp