The code for GetSyntheticArrayMemberFromPointer and
GetSyntheticArrayMemberFromArray was identical, so just collapse the
the methods into one.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D7911
Remove duplicated code for synthetic array members. ClosedPublic Authored by brucem on Feb 26 2015, 8:42 AM.
Details Summary The code for GetSyntheticArrayMemberFromPointer and
Diff Detail
Event Timelinebrucem updated this object. This revision is now accepted and ready to land.Feb 26 2015, 9:55 AM Closed by commit rL230708: Remove duplicated code for synthetic array members. (authored by brucem). · Explain WhyFeb 26 2015, 3:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 20802 lldb/trunk/include/lldb/Core/ValueObject.h
lldb/trunk/source/API/SBValue.cpp
lldb/trunk/source/Core/ValueObject.cpp
lldb/trunk/source/DataFormatters/NSIndexPath.cpp
lldb/trunk/source/Target/StackFrame.cpp
|