summaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters/VectorType.cpp
AgeCommit message (Expand)Author
2025-07-31[lldb] Add support for displaying `__float128` variables (#98369)beetrees
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-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
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-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...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
2023-10-13[lldb][DataFormatter] VectorType: fix format for arrays with size not a power...Michael Buch
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-11-16Make CompilerType safeAdrian Prantl
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2021-02-23[lldb][NFC] Give CompilerType's IsArrayType/IsVectorType/IsBlockPointerType o...Raphael Isemann
2020-12-10[lldb] Remove assumption from Clang-based data formatters that their types ar...Raphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford
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
2019-01-15Replace auto -> llvm::Optional<uint64_t>Adrian Prantl
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-03-31Stop calling ValueObject::SetName from synthetic child providersTamas Berghammer
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
2015-10-26Fix Clang-tidy modernize-use-override warnings in some files in source; other...Eugene Zelenko
2015-10-20Rationalization of includes in the data formatters codeEnrico Granata
2015-10-02Made GetScratchTypeSystemForLanguage return an error if desired.Sean Callanan
2015-09-17TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham
2015-09-08Implement a Target::GetTypeSystemForLanguage API, as well as provide helpers ...Enrico Granata
2015-09-08Use LLVM casting for TypeSystem so you can cast it to subclasses.Greg Clayton
2015-09-04Nuke CXXFormatterFunctions.cpp - split the contents of it across different fi...Enrico Granata
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-08-11First step in getting LLDB ready to support multiple different type systems.Greg Clayton
2015-07-07Add a summary for vector typesEnrico Granata
2015-06-08Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath
2015-06-08Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath
2015-03-06A few improvements to our vector types formatting story:Enrico Granata
2015-03-06Provide synthetic children for some vector typesEnrico Granata