summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...Raphael Isemann2020-01-021-1/+1
* [lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann2019-12-231-1/+1
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-211-8/+6
* [lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClassRaphael Isemann2019-12-171-3/+2
* [lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.hRaphael Isemann2019-12-171-1/+1
* Fix ClangASTContext::CreateParameterDeclaration to not call addDeclShafik Yaghmour2019-08-021-1/+1
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-9/+2
* [NativePDB] Make GetOrCreateDeclForUid return an lldb CompilerDeclNathan Lanza2019-07-211-7/+9
* [NativePDB] Add a FromCompilerDecl for going from lldb -> clangNathan Lanza2019-07-171-0/+4
* [NativePDB] Make GetTranslationUnitDecl return an lldb CompilerDeclCtxNathan Lanza2019-07-171-9/+10
* [NativePDB] Add anonymous namespaces supportAleksandr Urakov2019-04-221-5/+10
* [NativePDB] Add basic support of methods recostruction in ASTAleksandr Urakov2019-01-291-6/+14
* [NativePDB] Add support for parsing typedef records.Zachary Turner2019-01-101-41/+145
* [PdbAstBuilder] Remove unused functionsJonas Devlieghere2019-01-081-17/+0
* Try to fix Green Dragon bot.Zachary Turner2019-01-021-2/+2
* [NativePDB] Implement ParseDeclsForContext.Zachary Turner2019-01-021-35/+414
* [NativePDB] Create VarDecls for global variables.Zachary Turner2018-12-201-7/+21
* [NativePDB] Correctly reconstruct DeclContext for nested enums.Zachary Turner2018-12-181-1/+4
* [NativePDB] Decouple AST reconstruction from lldb Symbol creation.Zachary Turner2018-12-171-0/+865
OpenPOWER on IntegriCloud