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
/
Cocoa.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a non-code-running data formatter for __NSCFBoolean
Enrico Granata
2016-08-22
1
-0
/
+36
*
It has been brought to my attention that, given two variables
Enrico Granata
2016-05-25
1
-6
/
+8
*
Fix an issue where the NSDate data formatter was not using the proper alignme...
Enrico Granata
2016-05-24
1
-1
/
+3
*
Add a formatter for zero-sized NSData
Enrico Granata
2016-04-11
1
-0
/
+4
*
Remove even more of the data formatters that silently run code
Enrico Granata
2016-04-08
1
-12
/
+0
*
Remove more of the code-running ObjC data formatter support
Enrico Granata
2016-04-01
1
-44
/
+39
*
On some platforms, the compiler is allowed to assume that BOOL == bool. On ot...
Enrico Granata
2016-03-15
1
-6
/
+12
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...
Eugene Zelenko
2016-02-29
1
-16
/
+16
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-0
/
+1
*
Do not accept nullptr descriptions as valid summaries to be printed
Enrico Granata
2015-10-29
1
-2
/
+7
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...
Eugene Zelenko
2015-10-20
1
-20
/
+26
*
This is the work I was building up to with my patches yesterday
Enrico Granata
2015-10-07
1
-11
/
+151
*
Introduce a variant of GetSummaryAsCString() that takes a LanguageType argume...
Enrico Granata
2015-10-07
1
-5
/
+5
*
Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to...
Enrico Granata
2015-10-02
1
-350
/
+9
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-1
/
+1
*
Teach the ObjC data formatters to use the correct language when printing strings
Enrico Granata
2015-09-15
1
-0
/
+7
*
Fix CMake build.
Chaoren Lin
2015-09-14
1
-0
/
+1150