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
/
ObjCLanguage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...
Eugene Zelenko
2016-02-29
1
-2
/
+4
*
Turns out, many people define structs named Point that do not share the same ...
Enrico Granata
2015-12-18
1
-1
/
+1
*
Introduce a way for Languages to specify whether values of "reference types" ...
Enrico Granata
2015-11-10
1
-0
/
+12
*
Add data formatters for NSError and NSException
Enrico Granata
2015-11-06
1
-0
/
+6
*
Rationalization of includes in the data formatters code
Enrico Granata
2015-10-20
1
-0
/
+2
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...
Eugene Zelenko
2015-10-20
1
-8
/
+10
*
Add a data formatter for __NSArray0, the type of empty arrays
Enrico Granata
2015-10-14
1
-0
/
+2
*
This is the work I was building up to with my patches yesterday
Enrico Granata
2015-10-07
1
-0
/
+81
*
Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to...
Enrico Granata
2015-10-02
1
-0
/
+3
*
Teach 'type lookup' to pull types from clang modules; also add a test case
Enrico Granata
2015-10-02
1
-16
/
+39
*
Fix Android build after r249047.
Oleksiy Vyalov
2015-10-01
1
-1
/
+1
*
Add a 'type lookup' command. This command is meant to look up type informatio...
Enrico Granata
2015-10-01
1
-0
/
+88
*
Fix CMake build.
Chaoren Lin
2015-09-14
1
-0
/
+2
*
Move Objective-C data formatters to the Objective-C language plugin where the...
Enrico Granata
2015-09-14
1
-0
/
+319
*
Data formatter candidate matches can be generated in a number of ways; langua...
Enrico Granata
2015-09-09
1
-0
/
+37
*
Move more functionality from the LanguageRuntimes to the Languages.
Jim Ingham
2015-09-02
1
-0
/
+232
*
Add a new type of plugin: Language plugin
Enrico Granata
2015-08-27
1
-0
/
+68