summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbdump/EnumDumper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [CodeView/PDB] Rename a bunch of files.Zachary Turner2017-01-111-53/+0
| | | | | | | | | | | We were starting to get some name clashes between llvm-pdbdump and the common CodeView framework, so I took this opportunity to rename a bunch of files to more accurately describe their usage. This also helps in llvm-pdbdump to distinguish between different files and whether they are used for pretty dump mode or raw dump mode. llvm-svn: 291627
* Update llvm-pdbdump to use subcommands.Zachary Turner2016-06-301-1/+1
| | | | llvm-svn: 274247
* Move pdb code into pdb namespace.Zachary Turner2016-05-041-0/+1
| | | | llvm-svn: 268544
* [llvm-pdbdump] Display full enum definitions.Zachary Turner2015-03-041-0/+52
This will now display enum definitions both at the global scope as well as nested inside of classes. Additionally, it will no longer display enums at the global scope if the enum is nested. Instead, it will omit the definition of the enum globally and instead emit it in the corresponding class definition. llvm-svn: 231215
OpenPOWER on IntegriCloud