summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/PDBSymbolTypeVTable.cpp
AgeCommit message (Expand)Author
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-05[PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner
2017-04-10General usability improvements to generic PDB library.Zachary Turner
2016-05-04Move pdb code into pdb namespace.Zachary Turner
2015-03-01[llvm-pdbdump] Clean up method signatures.Zachary Turner
2015-02-22[llvm-pdbdump] Rewrite dumper using visitor pattern.Zachary Turner
2015-02-15llvm-pdbdump: Add flags controlling the type of values to dump.Zachary Turner
2015-02-14llvm-pdbdump: Re-order header files according to LLVM style guide.Zachary Turner
2015-02-13Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth
2015-02-13llvm-pdbdump: Add more comprehensive dumping of symbol types.Zachary Turner
2015-02-10Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner
2015-02-08Make PDBSymbol's IPDBSymbol reference const.Zachary Turner
2015-02-08DebugInfoPDB: Make the symbol base case hold an IPDBSession ref.Zachary Turner
2015-02-08Some cleanup for libpdb.Zachary Turner