..
CF.cpp
Change Target::EvaluateExpression to take an ExecutionContextScope * rather than a
2015-10-28 22:23:17 +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
On some platforms, the compiler is allowed to assume that BOOL == bool. On others, BOOL == signed char.
2016-03-15 23:38:04 +00:00
Cocoa.h
Add data formatters for NSError and NSException
2015-11-06 02:43:32 +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
Fix a typo in my previous commit. This would cause mutable NSArrays to show up empty
2016-02-29 21:41:19 +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
Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes.
2016-02-29 19:41:30 +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
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
ObjCLanguage.h
Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes.
2016-02-29 19:41:30 +00:00