summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/ObjC/NSSet.cpp
AgeCommit message (Expand)Author
2025-11-21[NFC][lldb] Remove duplicated checks (#169093)Sergei Druzhkov
2025-05-08[lldb][DataFormatters] Change ExtractIndexFromString to return std::optional ...Charles Zablit
2025-04-30[lldb] Upgrade `GetIndexOfChildWithName` to use `llvm::Expected` (#136693)Charles Zablit
2025-02-17[lldb] Provide default impl for MightHaveChildren (NFC) (#119977)Dave Lee
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-03-07Change GetChildAtIndex to take a uint32_tAdrian Prantl
2024-03-07Change the return type of SyntheticFrontend::CalculateNumChildren to int32_tAdrian Prantl
2024-02-08[lldb][TypeSynthetic][NFC] Make SyntheticChildrenFrontend::Update() return an...Michael Buch
2024-01-26Reland "[lldb][ObjC][NFC] Fix c++20 gcc compile errors"David Spickett
2024-01-26Revert "[lldb][ObjC][NFC] Fix c++20 gcc compile errors"David Spickett
2024-01-26[lldb][ObjC][NFC] Fix c++20 gcc compile errorsDavid Spickett
2023-05-30[lldb][NFCI] Refactor Language::GetFormatterPrefixSuffixAlex Langford
2022-08-02[LLDB][NFC] Fix incorrect return status Some functions always return 'false' ...Slava Gurevich
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2021-04-29[lldb] Make the NSSet formatter faster and less prone to infinite recursionRaphael Isemann
2020-05-15[lldb/Dataformatter] Add support to CF{Dictionary,Set}Ref typesMed Ismail Bennani
2020-05-04[lldb] Fix -Wdtor-name warningsJonas Devlieghere
2020-04-27[lldb/Dataformatter] Add support for CoreFoundation Dictionaries and Sets.Med Ismail Bennani
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
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