summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a null pointer dereference in llvm-pdbutil pretty.Zachary Turner2017-06-121-12/+12
| | | | | | | | Static data members were causing a problem because I mistakenly assumed all members would affect a class's layout and so the Layout member would be non-null. llvm-svn: 305229
* Rename llvm-pdbdump -> llvm-pdbutil.Zachary Turner2017-06-091-0/+216
This is to reflect the evolving nature of the tool as being useful for more than just dumping PDBs, as it can do many other things. Differential Revision: https://reviews.llvm.org/D34062 llvm-svn: 305106
OpenPOWER on IntegriCloud