aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-24[codeview] Add support for new type records.Zachary Turner1-7/+7
2016-05-04Move pdb code into pdb namespace.Zachary Turner1-0/+1
2016-04-18Unbreak building llvm-pdbdump on Windows after r266595.Nico Weber1-1/+2
2016-02-17[DebugInfoPDB] Teach Variant to support string types.Zachary Turner1-11/+22
2015-02-23[llvm-pdbdump] Very minor code cleanup.Zachary Turner1-2/+1
2015-02-23[llvm-pdbdump] Add an option to dump full class definitions.Zachary Turner1-4/+6
2015-02-15llvm-pdbdump: Add flags controlling the type of values to dump.Zachary Turner1-2/+2
2015-02-13Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth1-1/+1
2015-02-13llvm-pdbdump: Add more comprehensive dumping of symbol types.Zachary Turner1-3/+3
2015-02-13Improve llvm-pdbdump output display.Zachary Turner1-0/+86
2015-02-11Temporary workaround to fix MSVC 2012 build problemsAndrew Kaylor1-1/+11
2015-02-10Convert std::make_unique<> to llvm::make_unique<>.Zachary Turner1-4/+5
2015-02-10Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner1-8/+229
2015-02-10Provide DIA implementation of DebugInfoPDB.Zachary Turner1-0/+776