aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-pdbutil/ExplainOutputStyle.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-12-14[tools] llvm::Optional => std::optionalFangrui Song1-1/+1
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-03-25[llvm-pdbutil] Move InputFile/FormatUtil/LinePrinter to PDB library.Carlos Alberto Enciso1-3/+6
2021-11-12Support: Make VarStreamArrayIterator iterate over const valuesDuncan P. N. Exon Smith1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-04[llvm-pdbutil] Add the ability to explain binary files.Zachary Turner1-83/+130
2018-03-30Fix some signed / unsigned conversion problems.Zachary Turner1-13/+15
2018-03-30[llvm-pdbutil] Dig deeper into the PDB and DBI streams when explaining.Zachary Turner1-0/+200
2018-03-29[PDB] Print some more details when explaining MSF fields.Zachary Turner1-7/+33
2018-03-29[PDB] Fix a bug in the explain subcommand.Zachary Turner1-8/+10
2018-03-29Remove unused function.Zachary Turner1-8/+0
2018-03-29[PDB] Add an explain subcommand.Zachary Turner1-0/+200