summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/ObjC/NSArray.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NSArray] Remove a very old and deprecated formatter.Davide Italiano2020-01-061-27/+0
* [lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...Raphael Isemann2020-01-021-3/+2
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-211-2/+2
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-11/+13
* [Symbol] Decouple clang from CompilerTypeAlex Langford2019-08-131-12/+14
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-1/+1
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-2/+2
* [LanguageRuntime] Introduce LLVM-style castsAlex Langford2019-06-081-3/+1
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-8/+8
* Fix some warnings in building LLDB.Zachary Turner2019-01-291-7/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [lldb] Add synthetic frontend for _NSCallStackArrayKuba Mracek2018-11-121-1/+26
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* ObjC: fix some -Wpedantic warnings by removing ';'Saleem Abdulrasool2017-08-231-3/+3
* [Plugins/ObjC] Remove unneded semicolon(s) to placate GCC -Wpedantic.Davide Italiano2017-08-191-4/+4
* Update NSArray/NSDictionary/NSSet formatters to handle newJason Molenda2017-08-151-362/+250
* Updated the NSArray and NSDictionary formatters to support new storage formats.Sean Callanan2017-06-231-10/+270
* Rename Error -> Status.Zachary Turner2017-05-121-9/+9
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-706/+589
* Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata2016-07-061-19/+9
* Add support for additional NSArray formattersEnrico Granata2016-04-111-2/+30
* Fix a typo in my previous commit. This would cause mutable NSArrays to show u...Enrico Granata2016-02-291-1/+1
* Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa ...Enrico Granata2016-02-291-11/+100
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko2016-02-291-31/+31
* The data formatters for NSArray, NSDictionary and (only partially) NSSet cont...Enrico Granata2016-02-121-75/+2
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko2015-10-201-126/+115
* Add a data formatter for __NSArray0, the type of empty arraysEnrico Granata2015-10-141-0/+72
* This is the work I was building up to with my patches yesterdayEnrico Granata2015-10-071-9/+28
* Make the ObjCLanguageRuntimes comply with llvm-style RTTIEnrico Granata2015-09-231-1/+1
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-0/+1
* Move Objective-C data formatters to the Objective-C language plugin where the...Enrico Granata2015-09-141-0/+711
OpenPOWER on IntegriCloud