summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h
AgeCommit message (Expand)Author
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-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
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-06[PDB] Introduce `MSVCUndecoratedNameParser`Aleksandr Urakov
2018-09-10[PDB] Restore AST from PDB symbolsAleksandr Urakov
2018-08-14[PDB] Parse UDT symbols and pointers to members (combined patch)Aleksandr Urakov
2018-03-22[SymbolFilePDB] Run clang-format; NFCAaron Smith
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