summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
AgeCommit message (Expand)Author
2025-10-07Reland "[LLDB][NativePDB] Create functions with mangled name" (#161678)nerix
2025-09-25Revert "[LLDB][NativePDB] Create functions with mangled name (#149701)"Martin Storsjö
2025-09-24[LLDB][NativePDB] Create functions with mangled name (#149701)nerix
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch
2025-09-02[LLDB][NativePDB] Complete array member types in AST builder (#156370)nerix
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-08-05[LLDB][NativePDB] Use undecorated name for types if UniqueName isn't mangled ...nerix
2025-08-05[LLDB][NativePDB] Implement `FindNamespace` (#151950)nerix
2025-07-31[lldb][TypeSystemClang] Make AsmLabel parameter a llvm::StringRef (#151355)Michael Buch
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-03-21Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov
2025-03-20Revert "Reland: [clang] preserve class type sugar when taking pointer to memb...Matheus Izvekov
2025-03-20Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov
2025-01-27[lldb][TypeSystem] Ensure that ParmVarDecls have the correct DeclContext (#12...Michael Buch
2024-08-07[lldb][TypeSystem] Pass ClangASTMetadata by-value when creating record/objc t...Michael Buch
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov
2023-04-20Reland: [Demangle] replace use of llvm::StringView w/ std::string_viewNick Desaulniers
2023-04-14Revert D148384 "[Demangle] replace use of llvm::StringView w/ std::string_view"Fangrui Song
2023-04-14[Demangle] replace use of llvm::StringView w/ std::string_viewNick Desaulniers
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
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-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-16Make CompilerType safeAdrian Prantl
2022-10-21[LLDB][NativePDB] Improve ParseDeclsForContext time.Zequan Wu
2022-10-13[LLDB][NativePDB] Fix struct layout when it has anonymous unions.Zequan Wu
2022-09-27[LLDB][NativePDB] Let native pdb use class layout in debug info.Zequan Wu
2022-09-15[LLDB][NativePDB] Global ctor and dtor should be global decls.Zequan Wu
2022-09-08[LLDB][NativePDB] Fix PdbAstBuilder::GetParentDeclContext when ICF happens.Zequan Wu
2022-09-03Use llvm::lower_bound (NFC)Kazu Hirata
2022-09-01[LLDB][NativePDB] Fix a minor bug.Zequan Wu
2022-08-16[LLDB][NativePDB] Add nullptr checking.Zequan Wu
2022-07-19[LLDB][NativePDB] Add MSInheritanceAttr when creating pointer type that is a ...Zequan Wu
2022-06-29[CodeView] Call llvm::codeview::visitMemberRecordStream with the deserialized...Zequan Wu
2022-06-20Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-08[LLDB][NativePDB] Fix several crashes when parsing debug info.Zequan Wu
2022-05-25[LLDB][NativePDB] Check for missing type info to avoid crash.Zequan Wu
2022-04-21[LLDB][NativePDB] Make sure the number of param symbol records is the same as...Zequan Wu
2022-04-15[LLDB][NativePDB] Followup c50817d1bea4ac51ed776154014630a439176de6Zequan Wu
2022-04-15[LLDB][NativePDB] Don't create inlined function parameters when it's malformed.Zequan Wu
2022-04-01[LLDB][NativePDB] Create inline function declsZequan Wu
2022-03-15[LLDB][NativePDB] Don't complete static members' types when completing a reco...Zequan Wu
2022-03-10[LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD...Zequan Wu
2022-02-09[LLDB][NativePDB] fix that FindSymbolScope never finds scope of a symbol if i...Zequan Wu
2022-01-23[lldb] PdbAstBuilder - use cast<> instead of dyn_cast<> to avoid dereference ...Simon Pilgrim
2021-12-24Use isa instead of dyn_cast (NFC)Kazu Hirata
2021-12-07[LLDB][NativePDB] Fix function decl creation for class methodsZequan Wu