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
*
[lldb] Fix NSURL data formatter truncation issue
Davide Italiano
2019-11-20
1
-21
/
+33
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
1
-1
/
+0
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
1
-16
/
+15
*
[LanguageRuntime] Introduce LLVM-style casts
Alex Langford
2019-06-08
1
-32
/
+12
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-1
/
+1
*
[Obj-C] Fix undefined behaviour(s) in the new NSTaggedDate formatter.
Davide Italiano
2019-02-05
1
-28
/
+24
*
Fix some warnings in building LLDB.
Zachary Turner
2019-01-29
1
-6
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove unused variable. NFC.
Benjamin Kramer
2018-11-19
1
-1
/
+0
*
[Cocoa] Prefer llvm::SignExtend64. Pointed out by zturner.
Davide Italiano
2018-11-16
1
-2
/
+1
*
Fix some compilation failures introduced in recent patches.
Zachary Turner
2018-11-14
1
-1
/
+2
*
Suppress a "-Wliteral-conversion" compiler warning.
Haojian Wu
2018-11-14
1
-1
/
+1
*
[Cocoa] Implement formatter for the new NSDate representation.
Davide Italiano
2018-11-13
1
-1
/
+63
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[ObjC] Add dataformatter for NSDecimalNumber
Jonas Devlieghere
2018-06-13
1
-0
/
+52
*
[ObjC] Use llvm::StringRef in summary providers
Jonas Devlieghere
2018-06-13
1
-20
/
+19
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-3
/
+3
*
[ObjC] Fix the NSConcreteData formatter and test it
Vedant Kumar
2018-02-22
1
-8
/
+14
*
switch on enum should be exhaustive and warning-free
Tim Hammerquist
2017-07-11
1
-3
/
+9
*
Fix some type-based warnings
Tim Hammerquist
2017-06-29
1
-2
/
+2
*
Updated NSNumber formatter for new internal representation.
Sean Callanan
2017-06-19
1
-15
/
+101
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-10
/
+10
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-2
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
include Host/Time.h in Cocoa.cpp
Pavel Labath
2017-01-25
1
-0
/
+1
*
Make some code not manipulate the underlying string of a StreamString.
Zachary Turner
2016-11-15
1
-32
/
+34
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-886
/
+826
*
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