summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-pdbutil/ExplainOutputStyle.cpp
AgeCommit message (Expand)Author
2024-08-28[NFC] Fix formatv() usage in preparation of validation (#106454)Rahul Joshi
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2022-12-14[tools] llvm::Optional => std::optionalFangrui Song
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-03-25[llvm-pdbutil] Move InputFile/FormatUtil/LinePrinter to PDB library.Carlos Alberto Enciso
2021-11-12Support: Make VarStreamArrayIterator iterate over const valuesDuncan P. N. Exon Smith
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-04[llvm-pdbutil] Add the ability to explain binary files.Zachary Turner
2018-03-30Fix some signed / unsigned conversion problems.Zachary Turner
2018-03-30[llvm-pdbutil] Dig deeper into the PDB and DBI streams when explaining.Zachary Turner
2018-03-29[PDB] Print some more details when explaining MSF fields.Zachary Turner
2018-03-29[PDB] Fix a bug in the explain subcommand.Zachary Turner
2018-03-29Remove unused function.Zachary Turner
2018-03-29[PDB] Add an explain subcommand.Zachary Turner