index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
Language
/
ObjC
/
NSArray.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for additional NSArray formatters
Enrico Granata
2016-04-11
1
-2
/
+30
*
Fix a typo in my previous commit. This would cause mutable NSArrays to show u...
Enrico Granata
2016-02-29
1
-1
/
+1
*
Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa ...
Enrico Granata
2016-02-29
1
-11
/
+100
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...
Eugene Zelenko
2016-02-29
1
-31
/
+31
*
The data formatters for NSArray, NSDictionary and (only partially) NSSet cont...
Enrico Granata
2016-02-12
1
-75
/
+2
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...
Eugene Zelenko
2015-10-20
1
-126
/
+115
*
Add a data formatter for __NSArray0, the type of empty arrays
Enrico Granata
2015-10-14
1
-0
/
+72
*
This is the work I was building up to with my patches yesterday
Enrico Granata
2015-10-07
1
-9
/
+28
*
Make the ObjCLanguageRuntimes comply with llvm-style RTTI
Enrico Granata
2015-09-23
1
-1
/
+1
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-0
/
+1
*
Move Objective-C data formatters to the Objective-C language plugin where the...
Enrico Granata
2015-09-14
1
-0
/
+711