summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/PDB/PDBExtras.cpp
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from lib/DebugInfo.Michael Zolotukhin
2017-10-03Fix -Wcovered-switch-default warnings from r314821Hans Wennborg
2017-10-03CodeView: Provide a .def file with the register idsHans Wennborg
2017-07-24Revert "Debug: handle dumping the D language."Tim Northover
2017-07-24Debug: handle dumping the D language.Tim Northover
2017-07-24Add missing case to switchReid Kleckner
2017-07-17[codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner
2017-06-30[CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko
2017-02-03Properly parse the TypeServer2 record.Zachary Turner
2016-05-24[codeview] Add support for new type records.Zachary Turner
2016-05-04Move pdb code into pdb namespace.Zachary Turner
2016-04-26Parse and dump PDB DBI Stream Header InformationZachary Turner
2016-02-17[DebugInfoPDB] Teach Variant to support string types.Zachary Turner
2016-01-13Fix instance of -Wcovered-switch-defaultReid Kleckner
2016-01-13[readobj] Expand CodeView dumping functionalityReid Kleckner
2015-03-04[llvm-pdbdump] Display full enum definitions.Zachary Turner
2015-03-02[llvm-pdbdump] Many minor fixes and improvementsZachary Turner
2015-02-26[llvm-pdbdump] Fix dumping of function pointers and basic types.Zachary Turner
2015-02-22[llvm-pdbdump] Rewrite dumper using visitor pattern.Zachary Turner
2015-02-14llvm-pdbdump: Re-order header files according to LLVM style guide.Zachary Turner
2015-02-13llvm-pdbdump: Add more comprehensive dumping of symbol types.Zachary Turner
2015-02-13Improve llvm-pdbdump output display.Zachary Turner
2015-02-12Add concrete type overloads to PDBSymbol::findChildren().Zachary Turner
2015-02-11Fix some warnings due to -Wcovered-switch-default.Zachary Turner
2015-02-10Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner