aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/ObjC/NSArray.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-706/+589
2016-07-06Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata1-19/+9
2016-04-11Add support for additional NSArray formattersEnrico Granata1-2/+30
2016-02-29Fix a typo in my previous commit. This would cause mutable NSArrays to show u...Enrico Granata1-1/+1
2016-02-29Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa ...Enrico Granata1-11/+100
2016-02-29Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko1-31/+31
2016-02-12The data formatters for NSArray, NSDictionary and (only partially) NSSet cont...Enrico Granata1-75/+2
2015-10-20Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko1-126/+115
2015-10-14Add a data formatter for __NSArray0, the type of empty arraysEnrico Granata1-0/+72
2015-10-07This is the work I was building up to with my patches yesterdayEnrico Granata1-9/+28
2015-09-23Make the ObjCLanguageRuntimes comply with llvm-style RTTIEnrico Granata1-1/+1
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham1-0/+1
2015-09-14Move Objective-C data formatters to the Objective-C language plugin where the...Enrico Granata1-0/+711