llvm-project/lldb/source/Plugins/Language/ObjC
Sean Callanan 48bccc9448 [Data formatters] Make NSSetM support both old- and new-style representation
NSSetM has two in-memory representations depending on what Foundation version is in use.
This patch separates the two.

rdar://33057292

Differential Revision: https://reviews.llvm.org/D34821

llvm-svn: 306773
2017-06-30 00:39:17 +00:00
..
CF.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
CF.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
CMakeLists.txt [CMake] [2/4] Update a batch of plugins 2017-01-31 22:23:49 +00:00
Cocoa.cpp Fix some type-based warnings 2017-06-29 23:33:40 +00:00
Cocoa.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
CoreMedia.cpp Remove dependencies from Utility to Core and Target. 2017-02-14 19:06:07 +00:00
CoreMedia.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
NSArray.cpp Updated the NSArray and NSDictionary formatters to support new storage formats. 2017-06-23 23:15:03 +00:00
NSDictionary.cpp Updated the NSArray and NSDictionary formatters to support new storage formats. 2017-06-23 23:15:03 +00:00
NSDictionary.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
NSError.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NSException.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NSIndexPath.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
NSSet.cpp [Data formatters] Make NSSetM support both old- and new-style representation 2017-06-30 00:39:17 +00:00
NSSet.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
NSString.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NSString.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
ObjCLanguage.cpp Updated NSNumber formatter for new internal representation. 2017-06-19 18:32:22 +00:00
ObjCLanguage.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00