summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/TypeSystem
AgeCommit message (Expand)Author
2025-10-31[lldb][TypeSystem] Better support for _BitInt types (#165689)Michael Buch
2025-10-31[lldb][TypeSystem] Remove count parameter from TypeSystem::IsFloatingPointTyp...Michael Buch
2025-10-31[lldb][TypeSystem] Fix GetTypeInfo for vector and complex types (#165837)Michael Buch
2025-10-31[lldb][TypeSystem] Remove count parameter from TypeSystem::GetEncoding (#165702)Michael Buch
2025-10-29[lldb][DWARFASTParserClang] Added a check for the specialization existence (#...Timur Golubovich
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov
2025-10-13[lldb] Fix TypeSystemClang::GetBasicTypeEnumeration for 128-bit int types (#1...Matej Košík
2025-10-01[lldb][TypeSystemClang] Added unique builtins types for __bf16 and _Float16 (...Timur Golubovich
2025-09-30[Clang][PowerPC] Add __dmr2048 type and DMF crypto builtins (#157152)Maryam Moghadas
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch
2025-09-12[clang] AST: remove DependentTemplateSpecializationType (#158109)Matheus Izvekov
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov
2025-08-20[lldb] Add missing case statements for SubstBuiltinTemplatePack (#154606)Kazu Hirata
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-08-04[clang][Attr] Remove 'literal label' form of AsmLabelAttr (#151858)Michael Buch
2025-08-04[Clang] Initial support for P2841 (Variable template and concept template par...Corentin Jabot
2025-08-01NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151782)James Y Knight
2025-08-01[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (#148877)Michael Buch
2025-07-31[lldb] Add support for displaying `__float128` variables (#98369)beetrees
2025-07-31NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151545)James Y Knight
2025-07-31[lldb][TypeSystemClang] Make AsmLabel parameter a llvm::StringRef (#151355)Michael Buch
2025-07-23[lldb][SBType] GetBasicType to unwrap canonical type (#149112)Michael Buch
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere
2025-07-19Reland [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sug...YexuanXiao
2025-07-17Revert "[Clang] Make the SizeType, SignedSizeType and PtrdiffType be named su...Kazu Hirata
2025-07-17[Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar type...YexuanXiao
2025-07-15[clang][modules] Serialize `CodeGenOptions` (#146422)Jan Svoboda
2025-07-12[Clang][AST][NFC] (`RecordDecl` -> `CXXRecordDecl`)`::isInjectedClassName` (#...Yanzuo Liu
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath
2025-06-20[Clang][PowerPC] Add __dmr1024 type and DMF integer calculation builtins (#14...Maryam Moghadas
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-06-03[lldb][TypeSystem][NFC] CreateFunctionType to take parameters by llvm::ArrayR...Michael Buch
2025-06-02[lldb] Add filter option to AST dump command (#142164)Michael Buch
2025-05-30[lldb] Remove some dead code in TypeSystemClang (NFC) (#142056)Dave Lee
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal
2025-05-28[AArch64][LLDB] Add missing AArch64SVEACLETypes.def renameDavid Green
2025-05-28[lldb] Fix warnings (#141687)Kazu Hirata
2025-05-24[lldb] Use llvm::stable_sort (NFC) (#141352)Kazu Hirata
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda
2025-05-21[lldb] Add templated CompilerType::GetTypeSystem (NFC) (#140424)Dave Lee
2025-05-12[lldb][TypeSystemClang][NFC] Use GetNumBaseClasses in TypeSystemClang::GetNum...Michael Buch
2025-05-12[lldb][TypeSystemClang] Allow arrays to be dereferenced in C/C++. (#135843)Ilia Kuklin
2025-05-07[LLDB] Fix GetIndexOfChildMemberWithName to handle anonymous structs. (#138487)cmtice
2025-05-07[lldb][TypeSystemClang][NFC] Remove obsolete commented codeMichael Buch
2025-05-02[lldb] Fix dynamic type resolution for types parsed from declarations (#137974)Pavel Labath