llvm-project/lldb/source/Plugins/Language/ObjC
Enrico Granata c28b3e8883 Add support for additional NSArray formatters
llvm-svn: 265979
2016-04-11 18:46:37 +00:00
..
CF.cpp Remove what I believe are the last known instances of formatters that run code 2016-04-08 22:49:31 +00:00
CF.h Move Objective-C data formatters to the Objective-C language plugin where they belong 2015-09-14 22:18:32 +00:00
CMakeLists.txt Add data formatters for NSError and NSException 2015-11-06 02:43:32 +00:00
Cocoa.cpp Add a formatter for zero-sized NSData 2016-04-11 18:46:26 +00:00
Cocoa.h Add support for additional NSArray formatters 2016-04-11 18:46:37 +00:00
CoreMedia.cpp Made GetScratchTypeSystemForLanguage return an error if desired. 2015-10-02 18:40:30 +00:00
CoreMedia.h Move Objective-C data formatters to the Objective-C language plugin where they belong 2015-09-14 22:18:32 +00:00
NSArray.cpp Add support for additional NSArray formatters 2016-04-11 18:46:37 +00:00
NSDictionary.cpp Fix warning in NSDictionary.cpp 2016-03-01 11:40:47 +00:00
NSDictionary.h Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to other types beyond the well-known ones 2015-10-02 20:59:58 +00:00
NSError.cpp Make it so that the data formatter for NSError can see through a variable of type NSError**. Fixes rdar://25060684 2016-03-15 23:20:10 +00:00
NSException.cpp Fix some Clang-tidy warnings and formatting in recently added code. 2015-11-07 00:28:50 +00:00
NSIndexPath.cpp Rationalization of includes in the data formatters code 2015-10-20 04:50:09 +00:00
NSSet.cpp Remove more of the code-running ObjC data formatter support 2016-04-01 20:33:22 +00:00
NSSet.h Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to other types beyond the well-known ones 2015-10-02 20:59:58 +00:00
NSString.cpp This is the work I was building up to with my patches yesterday 2015-10-07 18:36:53 +00:00
NSString.h This is the work I was building up to with my patches yesterday 2015-10-07 18:36:53 +00:00
ObjCLanguage.cpp Remove even more of the data formatters that silently run code 2016-04-08 21:24:24 +00:00
ObjCLanguage.h Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. 2016-02-29 19:41:30 +00:00