summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBType.cpp
AgeCommit message (Expand)Author
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2025-02-17[lldb][TypeSystemClang] Add support for floating point template argument cons...Michael Buch
2025-02-13[lldb][SBAPI] Add new SBType::GetTemplateParameterValue API (#126901)Michael Buch
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-05-06[lldb] Add SBType::GetByteAlign (#90960)Pavel Labath
2024-04-25[lldb] Add SB API to access static constexpr member values (#89730)Pavel Labath
2023-10-14[lldb] Add SBType::FindDirectNestedType() function (#68705)Vlad Serebrennikov
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
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-23Add the ability to see when a type in incomplete.Greg Clayton
2022-11-16Make CompilerType safeAdrian Prantl
2022-08-16[lldb] Automatically unwrap parameter packs in template argument accessorsJonas Devlieghere
2022-03-09[lldb] Add SBType::IsAggregateTypeDave Lee
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2022-01-02[API] Remove redundant member initialization (NFC)Kazu Hirata
2020-12-22[lldb] Add SBType::GetEnumerationIntegerType methodAndy Yankovsky
2020-12-22[lldb] Add SBType::IsScopedEnumerationType methodAndy Yankovsky
2020-11-03Return actual type from SBType::GetArrayElementTypeAndy Yankovsky
2020-10-29GetModule, GetExeModule methods addedIlya Bukonkin
2020-07-22Thread ExecutionContextScope through GetByteSize where possible (NFC-ish)Adrian Prantl
2020-06-24[lldb/API] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-01-30[lldb][NFCI] Remove unused LanguageType parametersAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-10Data formatters: Look through array element typedefsJaroslav Sevcik
2019-10-09Remove the is_mangled flag from Mangled and SymbolAdrian Prantl
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-03-07[SBAPI] Log from record macroJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
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-12-20[API] Remove redundants get() from smart pointers. NFCJonas Devlieghere
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-30Fix assertion in ClangASTContextPavel Labath
2017-11-13CompilerType: Add ability to retrieve an integral template argumentPavel Labath
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone