summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
AgeCommit message (Expand)Author
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
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-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov
2023-06-16[lldb][NFCI] TypeSystemClang::GetTypeForIdentifier should take a StringRefAlex Langford
2023-05-30[lldb][NFCI] Refactor Language::GetFormatterPrefixSuffixAlex Langford
2023-01-09Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()Adrian Prantl
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
2022-02-16[LLDB] Replace use of double underscore in identifiersShafik Yaghmour
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath
2021-08-06Re-land "[lldb] Upstream support for Foundation constant classes"Jonas Devlieghere
2021-08-06Revert "[lldb] Upstream support for Foundation constant classes"Sterling Augustine
2021-08-06[lldb] Upstream support for Foundation constant classesJonas Devlieghere
2021-06-25Add support for the NSMutableDictionary variant: "__NSFrozenDictionaryM"Jim Ingham
2020-12-04[lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::Get...Raphael Isemann
2020-09-11[lldb] Use GetNonKVOClassDescriptor to get the NSDictionary class descriptorJonas Devlieghere
2020-07-14[ObjC] Wrap namespace-global structs in an anonymous namespace to avoid ODR v...Davide Italiano
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-04-09Preserve the owning module information from DWARF in the synthesized ASTAdrian Prantl
2020-04-01Revert "Preserve the owning module information from DWARF in the synthesized ...Adrian Prantl
2020-04-01Preserve the owning module information from DWARF in the synthesized ASTAdrian Prantl
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-12-12[Target] Remove Target::GetScratchClangASTContextAlex Langford
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-06-21[DataFormatter] Add CFDictionary data formatterJonas Devlieghere