[Lldb-commits] [PATCH] D44073: [lldb] Refactor ObjC/NSException.cpp (cleanup, avoid code duplication). NFC.

Kuba (Brecka) Mracek via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Mar 3 16:49:18 PST 2018


kubamracek created this revision.
kubamracek added reviewers: jingham, jasonmolenda, davide.

- Refactor reading of NSException fields into ExtractFields method to avoid code duplication.
- Remove "m_child_ptr" field, as it's not used anywhere.
- Clang-format.


https://reviews.llvm.org/D44073

Files:
  source/Plugins/Language/ObjC/NSException.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44073.136931.patch
Type: text/x-patch
Size: 6808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180304/f166accc/attachment.bin>


More information about the lldb-commits mailing list