summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix warning in NSDictionary.cppPavel Labath2016-03-011-1/+1
* Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa ...Enrico Granata2016-02-291-14/+144
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko2016-02-291-31/+31
* The data formatters for NSArray, NSDictionary and (only partially) NSSet cont...Enrico Granata2016-02-121-81/+3
* Change Target::EvaluateExpression to take an ExecutionContextScope * rather t...Jim Ingham2015-10-281-0/+1
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko2015-10-201-70/+72
* This is the work I was building up to with my patches yesterdayEnrico Granata2015-10-071-16/+34
* Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to...Enrico Granata2015-10-021-5/+30
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-11/+11
* Move Objective-C data formatters to the Objective-C language plugin where the...Enrico Granata2015-09-141-0/+703
OpenPOWER on IntegriCloud