summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
AgeCommit message (Expand)Author
2025-08-25[lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layout (#155153)Michael Buch
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-09-16[lldb] Support new libc++ __compressed_pair layout (#96538)Michael Buch
2024-07-08[lldb][DataFormatter] Simplify std::map formatter (#97579)Michael Buch
2024-07-08[lldb][DataFormatter] Simplify libc++ std::map::iterator formatter (#97713)Michael Buch
2024-07-08[lldb][DataFormatter] Remove support for old std::map layout (#97549)Michael Buch
2024-07-04[lldb][DataFormatter][NFC] Move std::map iterator formatter into LibCxxMap.cp...Michael Buch
2024-07-03[lldb][DataFormatter][NFC] Factor out MapIterator logic into separate helper ...Michael Buch
2024-07-03[lldb][DataFormatter][NFC] std::map: minor restructuring in GetChildAtIndex t...Michael Buch
2024-07-03[lldb][DataFormatter][NFC] std::map: Add comments and other minor cleanupsMichael Buch
2024-07-03[lldb][DataFormatter][NFC] Remove redundant variables in std::map formatterMichael Buch
2024-05-22Change GetChildCompilerTypeAtIndex to return Expected (NFC) (#92979)Adrian Prantl
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-31[lldb][DataFormatter][NFC] Use GetFirstValueOfLibCXXCompressedPair throughout...Michael Buch
2023-07-03[lldb][NFCI] TypeSystemClang::CreateStructForIdentifier should take a StringRefAlex Langford
2023-06-13[lldb] Default can_create to true in GetChildAtIndex (NFC)Dave Lee
2023-06-13[lldb] Default can_create to true in GetChildMemberWithName (NFC)Dave Lee
2023-06-01[lldb] Take StringRef names in GetChildAtNamePath (NFC)Dave Lee
2023-05-31[lldb] Take StringRef name in GetChildMemberWithName (NFC)Dave Lee
2023-01-25[LLDB] Fixes summary formatter for libc++ map allowing modification of contai...Pavel Kosov
2022-11-16Make CompilerType safeAdrian Prantl
2022-09-09Adapt LLDB dataformatters for libcxx change D129386Adrian Prantl
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich
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-05-10Remove some unnecessary explicit defaulted copy ctors to cleanup -Wdeprecated...David Blaikie
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-04Add a default copy-assignment or copy-constructor for -Wdeprecated-copy warni...Eric Christopher
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
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-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-13CompilerType: Add ability to retrieve an integral template argumentPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-26Fix libcxx formatters for changes in r300140.Lang Hames
2017-03-31Stop calling ValueObject::SetName from synthetic child providersTamas Berghammer
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-26[lldb] Fix typos in file headersAlexander Shaposhnikov