diff options
author | Raphael Isemann <teemperor@gmail.com> | 2019-12-04 09:38:49 +0100 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2019-12-04 10:05:40 +0100 |
commit | 4d37f18b29cc3fd1abd336ec10baca17694d035f (patch) | |
tree | c4f562cf0941526ed3af75a7c7ad4cde1edc7f56 /llvm | |
parent | 3b47e6efb9dd257d0e321348eabeddfcc2eb050a (diff) | |
download | bcm5719-llvm-4d37f18b29cc3fd1abd336ec10baca17694d035f.tar.gz bcm5719-llvm-4d37f18b29cc3fd1abd336ec10baca17694d035f.zip |
[lldb][NFC] Extract single member parsing out of DWARFASTParserClang::ParseChildMembers
ParseChildMembers does a few things, only one part is actually parsing a single
member. This extracts the member parsing logic into its own function.
This commit just moves the code as-is into its own function and forwards the parameters/
local variables to it, which means it should be NFC.
The only actual changes to the code are replacing 'break's (and one very curious 'continue'
that behaves like a 'break') with 'return's.
Diffstat (limited to 'llvm')
0 files changed, 0 insertions, 0 deletions