summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
AgeCommit message (Expand)Author
2025-11-05[LLDB][NativePDB] Add non-overlapping fields in root struct (#166243)nerix
2025-07-31[lldb][TypeSystemClang] Make AsmLabel parameter a llvm::StringRef (#151355)Michael Buch
2024-08-07[lldb][TypeSystem] Pass ClangASTMetadata by-value when creating record/objc t...Michael Buch
2024-05-28[lldb][NativePDB] Fix uninitialized values found by msan.Zequan Wu
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov
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-16[LLDB][NativePDB] Forcefully complete a record type if it has empty debug inf...Zequan Wu
2022-10-13[LLDB][NativePDB] Fix struct layout when it has anonymous unions.Zequan Wu
2022-09-27[LLDB][NativePDB] Add class/union layout bit size.Zequan Wu
2022-09-27[LLDB][NativePDB] Let native pdb use class layout in debug info.Zequan Wu
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-06-04Use llvm::less_first (NFC)Kazu Hirata
2022-05-25[LLDB][NativePDB] Check for missing type info to avoid crash.Zequan Wu
2022-03-15[LLDB][NativePDB] Don't complete static members' types when completing a reco...Zequan Wu
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-07[LLDB][NativePDB] Fix function decl creation for class methodsZequan Wu
2020-06-25[lldb][PDB] Constexpr static member values as AST literalsAleksandr Urakov
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2019-12-17[lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...Raphael Isemann
2019-04-04[codeview] Remove Type member from CVRecordReid Kleckner
2019-02-12[NativePDB] Process virtual bases in the correct orderAleksandr Urakov
2019-01-29[NativePDB] Add basic support of methods recostruction in ASTAleksandr Urakov
2018-12-17[NativePDB] Decouple AST reconstruction from lldb Symbol creation.Zachary Turner
2018-11-16[NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme.Zachary Turner
2018-11-09[NativePDB] Add support for bitfield records.Zachary Turner
2018-11-08Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove re...Shafik Yaghmour
2018-10-25[NFC] Refactor SetBaseClasses and DeleteBaseClasses.Zachary Turner
2018-10-23Change two methods from const char* to StringRef [NFC].Zachary Turner
2018-10-23[NativePDB] Add basic support for tag types to the native pdb plugin.Zachary Turner