summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-1/+1
* [NativePDB] Make GetOrCreateDeclForUid return an lldb CompilerDeclNathan Lanza2019-07-211-2/+3
* [NativePDB] Add a FromCompilerDecl for going from lldb -> clangNathan Lanza2019-07-171-0/+1
* [NativePDB] Make GetTranslationUnitDecl return an lldb CompilerDeclCtxNathan Lanza2019-07-171-1/+1
* [NativePDB] Add anonymous namespaces supportAleksandr Urakov2019-04-221-2/+3
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* [NativePDB] Add basic support of methods recostruction in ASTAleksandr Urakov2019-01-291-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NativePDB] Add support for parsing typedef records.Zachary Turner2019-01-101-0/+5
* [NativePDB] Implement ParseDeclsForContext.Zachary Turner2019-01-021-3/+9
* [NativePDB] Create VarDecls for global variables.Zachary Turner2018-12-201-0/+4
* [NativePDB] Decouple AST reconstruction from lldb Symbol creation.Zachary Turner2018-12-171-0/+129
OpenPOWER on IntegriCloud