summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-pdbutil/PrettyBuiltinDumper.cpp
AgeCommit message (Expand)Author
2022-03-25[llvm-pdbutil] Move InputFile/FormatUtil/LinePrinter to PDB library.Carlos Alberto Enciso
2022-03-01[PDB] Add char8_t typeZequan Wu
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-02-22Fix llvm-pdbutil to handle new built-in typesAdrian McCarthy
2018-01-17Fix MSVC "not all control paths return a value" warning.Simon Pilgrim
2018-01-17Fix build error - 'default label in switch which covers all enumeration values'Aaron Smith
2018-01-17Fix pretty printing the unspecified param of a variadic functionAaron Smith
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-06-09Rename llvm-pdbdump -> llvm-pdbutil.Zachary Turner