| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a null pointer dereference in llvm-pdbutil pretty. | Zachary Turner | 2017-06-12 | 1 | -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 Turner | 2017-06-09 | 1 | -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 | |||||

