summaryrefslogtreecommitdiff
path: root/source/Plugins/Language/ObjC/NSSet.cpp
AgeCommit message (Expand)Author
2019-07-15[LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford
2019-06-10[Target] Remove Process::GetObjCLanguageRuntimeAlex Langford
2019-06-08[LanguageRuntime] Introduce LLVM-style castsAlex Langford
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-01-29Fix some warnings in building LLDB.Zachary Turner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-05-29[ObjC] Fix the formatter for NSOrderedSet.Davide Italiano
2017-08-15Update NSArray/NSDictionary/NSSet formatters to handle newJason Molenda
2017-06-30[Data formatters] Make NSSetM support both old- and new-style representationSean Callanan
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-04-01Remove more of the code-running ObjC data formatter supportEnrico Granata
2016-02-29Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko
2016-02-12The data formatters for NSArray, NSDictionary and (only partially) NSSet cont...Enrico Granata
2015-10-20Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko
2015-10-07This is the work I was building up to with my patches yesterdayEnrico Granata
2015-10-02Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to...Enrico Granata
2015-09-14Move Objective-C data formatters to the Objective-C language plugin where the...Enrico Granata