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
/
NSDictionary.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
1
-1
/
+1
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
1
-1
/
+0
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
1
-3
/
+3
*
[LanguageRuntime] Introduce LLVM-style casts
Alex Langford
2019-06-08
1
-3
/
+1
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-8
/
+8
*
Fix some warnings in building LLDB.
Zachary Turner
2019-01-29
1
-24
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[DataFormatter] Add CFDictionary data formatter
Jonas Devlieghere
2018-06-21
1
-1
/
+3
*
[NSDictionary] Simplify the formatter. NFCI.
Davide Italiano
2018-05-02
1
-5
/
+1
*
[DataFormatters] Implement summary for __NSDictionary0.
Davide Italiano
2018-03-14
1
-0
/
+4
*
[DataFormatter] Remove dead code for the NSDictionary formatter.
Davide Italiano
2018-03-13
1
-10
/
+0
*
[Plugins/ObjC] Remove more semicolons to placate -Wpedantic. NFCI.
Davide Italiano
2017-08-19
1
-3
/
+3
*
Update NSArray/NSDictionary/NSSet formatters to handle new
Jason Molenda
2017-08-15
1
-98
/
+219
*
Updated the NSArray and NSDictionary formatters to support new storage formats.
Sean Callanan
2017-06-23
1
-7
/
+223
*
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
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-2
/
+2
*
Fix an issue where, in i386 mode, the wrong values were being copied into the...
Enrico Granata
2016-09-29
1
-2
/
+2
*
Make it so that one can register prefix matches as well as identical matches ...
Enrico Granata
2016-09-20
1
-12
/
+32
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-698
/
+619
*
Fix an issue where LLDB would show the key and value of a single entry NSDict...
Enrico Granata
2016-06-24
1
-2
/
+2
*
Fix warning in NSDictionary.cpp
Pavel Labath
2016-03-01
1
-1
/
+1
*
Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa ...
Enrico Granata
2016-02-29
1
-14
/
+144
*
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
-81
/
+3
*
Change Target::EvaluateExpression to take an ExecutionContextScope * rather t...
Jim Ingham
2015-10-28
1
-0
/
+1
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...
Eugene Zelenko
2015-10-20
1
-70
/
+72
*
This is the work I was building up to with my patches yesterday
Enrico Granata
2015-10-07
1
-16
/
+34
*
Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to...
Enrico Granata
2015-10-02
1
-5
/
+30
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-11
/
+11
*
Move Objective-C data formatters to the Objective-C language plugin where the...
Enrico Granata
2015-09-14
1
-0
/
+703