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
*
[NSArray] Remove a very old and deprecated formatter.
Davide Italiano
2020-01-06
1
-27
/
+0
*
[lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...
Raphael Isemann
2020-01-02
1
-3
/
+2
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-2
/
+2
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
1
-11
/
+13
*
[Symbol] Decouple clang from CompilerType
Alex Langford
2019-08-13
1
-12
/
+14
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
1
-1
/
+1
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
1
-2
/
+2
*
[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
-7
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[lldb] Add synthetic frontend for _NSCallStackArray
Kuba Mracek
2018-11-12
1
-1
/
+26
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
ObjC: fix some -Wpedantic warnings by removing ';'
Saleem Abdulrasool
2017-08-23
1
-3
/
+3
*
[Plugins/ObjC] Remove unneded semicolon(s) to placate GCC -Wpedantic.
Davide Italiano
2017-08-19
1
-4
/
+4
*
Update NSArray/NSDictionary/NSSet formatters to handle new
Jason Molenda
2017-08-15
1
-362
/
+250
*
Updated the NSArray and NSDictionary formatters to support new storage formats.
Sean Callanan
2017-06-23
1
-10
/
+270
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-9
/
+9
*
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
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-706
/
+589
*
Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...
Enrico Granata
2016-07-06
1
-19
/
+9
*
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