This is an archive of the discontinued LLVM Phabricator instance.

[lldb][DWARFASTParserClang][NFC] Simplify unnamed bitfield condition
ClosedPublic

Authored by Michael137 on May 15 2023, 9:50 AM.

Details

Summary

Minor cleanup of redundant variable initialization and
if-condition. These are leftovers/oversights from previous
cleanup in this area:

Diff Detail