summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
AgeCommit message (Expand)Author
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch
2025-08-05[LLDB][NativePDB] Implement `FindNamespace` (#151950)nerix
2025-06-02[lldb] Add filter option to AST dump command (#142164)Michael Buch
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-10-21[LLDB][NativePDB] Improve ParseDeclsForContext time.Zequan Wu
2022-09-27[LLDB][NativePDB] Let native pdb use class layout in debug info.Zequan Wu
2022-09-08[LLDB][NativePDB] Fix PdbAstBuilder::GetParentDeclContext when ICF happens.Zequan Wu
2022-04-01[LLDB][NativePDB] Create inline function declsZequan Wu
2021-12-07[LLDB][NativePDB] Fix function decl creation for class methodsZequan Wu
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford
2019-07-21[NativePDB] Make GetOrCreateDeclForUid return an lldb CompilerDeclNathan Lanza
2019-07-17[NativePDB] Add a FromCompilerDecl for going from lldb -> clangNathan Lanza
2019-07-17[NativePDB] Make GetTranslationUnitDecl return an lldb CompilerDeclCtxNathan Lanza
2019-04-22[NativePDB] Add anonymous namespaces supportAleksandr Urakov
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-29[NativePDB] Add basic support of methods recostruction in ASTAleksandr Urakov
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-10[NativePDB] Add support for parsing typedef records.Zachary Turner
2019-01-02[NativePDB] Implement ParseDeclsForContext.Zachary Turner
2018-12-20[NativePDB] Create VarDecls for global variables.Zachary Turner
2018-12-17[NativePDB] Decouple AST reconstruction from lldb Symbol creation.Zachary Turner