summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/ObjC/NSSet.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-1/+0
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-2/+2
* [LanguageRuntime] Introduce LLVM-style castsAlex Langford2019-06-081-6/+2
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-5/+5
* Fix some warnings in building LLDB.Zachary Turner2019-01-291-16/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [ObjC] Fix the formatter for NSOrderedSet.Davide Italiano2018-05-291-28/+5
* Update NSArray/NSDictionary/NSSet formatters to handle newJason Molenda2017-08-151-7/+77
* [Data formatters] Make NSSetM support both old- and new-style representationSean Callanan2017-06-301-28/+76
* Rename Error -> Status.Zachary Turner2017-05-121-10/+10
* 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-575/+511
* Remove more of the code-running ObjC data formatter supportEnrico Granata2016-04-011-95/+0
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko2016-02-291-30/+31
* The data formatters for NSArray, NSDictionary and (only partially) NSSet cont...Enrico Granata2016-02-121-2/+2
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko2015-10-201-82/+80
* This is the work I was building up to with my patches yesterdayEnrico Granata2015-10-071-34/+52
* Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to...Enrico Granata2015-10-021-4/+28
* Move Objective-C data formatters to the Objective-C language plugin where the...Enrico Granata2015-09-141-0/+718
OpenPOWER on IntegriCloud