summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
AgeCommit message (Expand)Author
2019-08-02Fix ClangASTContext::CreateParameterDeclaration to not call addDeclShafik Yaghmour
2019-01-29Make a blind attempt at fixing PDBASTParser nullability issuesAdrian Prantl
2019-01-29Make Type::GetByteSize optional (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-12-12[ast] CreateParameterDeclaration should use an appropriate DeclContext.Zachary Turner
2018-12-03[PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov
2018-11-30Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova
2018-11-30[PDB] Support PDB-backed expressions evaluationAleksandr Urakov
2018-11-08Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove re...Shafik Yaghmour
2018-11-06[PDB] Introduce `MSVCUndecoratedNameParser`Aleksandr Urakov
2018-11-05Add a target modules dump ast command.Zachary Turner
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner
2018-10-25[NFC] Refactor SetBaseClasses and DeleteBaseClasses.Zachary Turner
2018-09-28[PDB] Handle `char` as a builtin typeAleksandr Urakov
2018-09-26[PDB] Restore the calling convention from PDBAleksandr Urakov
2018-09-14[PDB] Use the raw PDB symbol interface more accuratelyAleksandr Urakov
2018-09-12Fix two issues in PDBASTParserPavel Labath
2018-09-11[PDB] Fix problems after rL341782Aleksandr Urakov
2018-09-10[PDB] Restore AST from PDB symbolsAleksandr Urakov
2018-08-17Fix compiler warnings after rL339649.Aleksandr Urakov
2018-08-14[PDB] Parse UDT symbols and pointers to members (combined patch)Aleksandr Urakov
2018-05-23[SymbolFilePDB] PDB_BuiltinType::Char16 and Char32 are unsigned in MSVC.Aaron Smith
2018-05-23[SymbolFilePDB] Add a test for wchar_t type in PDB.Aaron Smith
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-03-22[SymbolFilePDB] Ignore compiler generated functions when creating the LLDB ty...Aaron Smith
2018-03-22[SymbolFilePDB] Run clang-format; NFCAaron Smith
2018-03-20[SymbolFilePDB] Simplify code with newer methodsAaron Smith
2018-03-19[SymbolFilePDB] Remove a few null pointer checks by passing refAaron Smith
2018-03-07[SymbolFilePDB] Add missing Char16 and Char32 types in a few placesAaron Smith
2018-03-07[SymbolFilePDB] Add support for CVR pointer type qualifierAaron Smith
2018-03-07[SymbolFilePDB] Get line number for PDBSymbolTypeEnumAaron Smith
2018-02-14Supply missing break in case statement.Adrian McCarthy
2018-02-09[SymbolFilePDB] Add support for function symbolsAaron Smith
2018-01-29[lldb] Silence signed <-> unsigned integer comparison warningKirill Bobyrev
2018-01-23[SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith
2018-01-22Revert "[SymbolFilePDB] Fix null array access when parsing the type of a func...Pavel Labath
2018-01-19[SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith
2018-01-13[lldb] Add support to cache a PDB's global scope and fix a bug in getting the...Aaron Smith
2017-12-22[lldb] Stop searching for a symbol in a pdb by regexAaron Smith
2017-11-07Support scoped enums in the DWARF AST parserTamas Berghammer
2017-09-09Plugins: fix resolution ambiguity in PDB pluginSaleem Abdulrasool
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-04Update for llvm change to add pdb namespace.Zachary Turner
2016-04-15Initial support for reading type information from PDBs.Zachary Turner