summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/Type.cpp
AgeCommit message (Expand)Author
2025-10-31[lldb][TypeSystem] Remove count parameter from TypeSystem::GetEncoding (#165702)Michael Buch
2025-08-04[LLDB][NativePDB] Allow type lookup in namespaces (#149876)nerix
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
2024-09-02[lldb] Better matching of types in anonymous namespaces (#102111)Pavel Labath
2024-08-05[lldb] Refactor TypeQuery::ContextMatches, take 2 (#101333)Pavel Labath
2024-06-24[lldb] Merge CompilerContextKind::{Class,Struct} (#96145)Pavel Labath
2024-05-29[lldb/DWARF] Refactor DWARFDIE::Get{Decl,TypeLookup}Context (#93291)Pavel Labath
2024-05-10[lldb] Improve type name parsing (#91586)Pavel Labath
2024-04-30[PAC][lldb][Dwarf] Support `__ptrauth`-qualified types in user expressions (#...Daniil Kovalev
2024-04-19[lldb] Make SBType::FindDirectNestedType work with expression ASTs (#89183)Pavel Labath
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-01-09[lldb][Type] Add TypeQuery::SetLanguages API (#75926)Michael Buch
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-10-30Add the ability to get a C++ vtable ValueObject from another ValueObj… (#67...Greg Clayton
2023-10-24Expose DWARFDIE::GetDeclContext() in lldb_private::Function. (#69981)Adrian Prantl
2023-10-14[lldb] Add SBType::FindDirectNestedType() function (#68705)Vlad Serebrennikov
2023-10-13[LLDB][NFC] Remove dead code (#68927)Walter Erquinigo
2023-07-05[lldb] Fix incorrect uses of LLDB_LOG_ERRORJonas Devlieghere
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-20[ADT] Alias llvm::Optional to std::optionalBenjamin Kramer
2022-11-16Make CompilerType safeAdrian Prantl
2022-10-28[lldb] Support simplified template namesArthur Eubanks
2022-09-13[lldb] Fixed a number of typosGabriel Ravier
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich
2022-07-25Revert "[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity sc...Slava Gurevich
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-12-14[lldb][NFC] Format lldb/include/lldb/Symbol/Type.hLuís Ferreira
2021-11-30Revert "[lldb][NFC] Format lldb/include/lldb/Symbol/Type.h"Luís Ferreira
2021-11-29[lldb][NFC] Format lldb/include/lldb/Symbol/Type.hLuís Ferreira
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-05-11Add null-pointer checks when accessing a TypeSystem's SymbolFileAugusto Noronha
2020-10-29GetModule, GetExeModule methods addedIlya Bukonkin
2020-08-27[lldb] Fix Type::GetByteSize for pointer typesPavel Labath
2020-07-22Thread ExecutionContextScope through GetByteSize where possible (NFC-ish)Adrian Prantl
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
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-03-31Add an opque payload field to lldb::Type (NFC).Adrian Prantl
2020-02-12[lldb][NFC] Remove GetConstTypeName and GetConstQualifiedTypeName from Compil...Raphael Isemann