summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/CompilerType.cpp
AgeCommit message (Expand)Author
2025-10-31[lldb][TypeSystem] Remove count parameter from TypeSystem::IsFloatingPointTyp...Michael Buch
2025-10-31[lldb][TypeSystem] Remove count parameter from TypeSystem::GetEncoding (#165702)Michael Buch
2025-07-23[lldb][SBType] GetBasicType to unwrap canonical type (#149112)Michael Buch
2025-05-12[lldb][TypeSystemClang] Allow arrays to be dereferenced in C/C++. (#135843)Ilia Kuklin
2025-04-30[lldb] Upgrade `GetIndexOfChildWithName` to use `llvm::Expected` (#136693)Charles Zablit
2025-04-17[lldb] Remove CompilerType::GetIndexOfFieldWithName (#135963)Charles Zablit
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2025-01-16[lldb] Handle a byte size of zero in CompilerType::GetValueAsScalar (#123107)Jonas Devlieghere
2024-10-18[lldb] Add GetMangledTypeName to TypeSystem/CompilerType (#113006)Augusto Noronha
2024-05-23Add a createError variant without error code (NFC) (#93209)Adrian Prantl
2024-05-22Change GetChildCompilerTypeAtIndex to return Expected (NFC) (#92979)Adrian Prantl
2024-04-30[PAC][lldb][Dwarf] Support `__ptrauth`-qualified types in user expressions (#...Daniil Kovalev
2024-04-25[lldb] Add SB API to access static constexpr member values (#89730)Pavel Labath
2024-04-19[lldb] Make SBType::FindDirectNestedType work with expression ASTs (#89183)Pavel Labath
2024-03-11Report back errors in GetNumChildren() (#84265)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
2023-12-14[LLDB] Add more helper functions to CompilerType class (second try). (#73472)cmtice
2023-11-26Revert "[LLDB] Add more helper functions to CompilerType class."Caroline Tice
2023-11-26[LLDB] Add more helper functions to CompilerType class. (#73467)cmtice
2023-10-17[LLDB][NFC] Move some constructors to their cpp filewalter erquinigo
2023-10-13[LLDB][NFC] Remove dead code (#68927)Walter Erquinigo
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-07-07[lldb][NFCI] Remove use of Stream * from TypeSystemAlex Langford
2023-06-01[lldb] Take StringRef name in GetIndexOfChildWithName (NFC)Dave Lee
2023-05-31[lldb] Take StringRef name in GetIndexOfChildMemberWithName (NFC)Dave Lee
2023-03-07Reland "[lldb][TypeSystemClang] Use the CXXFunctionPointerSummaryProvider for...Michael Buch
2023-03-07Revert "[lldb][TypeSystemClang] Use the CXXFunctionPointerSummaryProvider for...Michael Buch
2023-03-03[lldb][TypeSystemClang] Use the CXXFunctionPointerSummaryProvider for member-...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-12-20[lldb] Prevent false positives with simple template names in SymbolFileDWARF:...Arthur Eubanks
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-23Unbreak lldb build broken by d941fceca8e9Benjamin Kramer
2022-11-23Add the ability to see when a type in incomplete.Greg Clayton
2022-11-16Make CompilerType safeAdrian Prantl
2022-11-01[lldb] Don't crash when printing static enum members with bool as underlying ...Arthur Eubanks
2022-10-28[lldb] Support simplified template namesArthur Eubanks
2022-10-07[LLDB] Fix printing a static bool struct member when using "image lookup -t"David Spickett
2022-08-16[lldb] Automatically unwrap parameter packs in template argument accessorsJonas Devlieghere
2021-02-23[lldb][NFC] Give CompilerType's IsArrayType/IsVectorType/IsBlockPointerType o...Raphael Isemann
2020-12-22[lldb] Add SBType::GetEnumerationIntegerType methodAndy Yankovsky
2020-12-22[lldb] Add SBType::IsScopedEnumerationType methodAndy Yankovsky
2020-12-08[lldb] Remove unused IsFunctionType is_variadic_ptr parameter (NFC)Dave Lee
2020-08-17[lldb][NFC] Remove stride parameter from GetArrayElementTypeRaphael Isemann
2020-07-22Thread ExecutionContextScope through GetByteSize where possible (NFC-ish)Adrian Prantl
2020-06-19[lldb][NFC] Remove unused DEPTH_INCREMENT in CompilerType.cppRaphael Isemann
2020-04-17Allow lldb-test to combine -find with -dump-clang-astAdrian Prantl
2020-04-09Preserve the owning module information from DWARF in the synthesized ASTAdrian Prantl