Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You ↵ | Eugene Zelenko | 2016-11-23 | 1 | -1/+1 |
| | | | | | | | | Use warnings; other minor fixes (NFC). Per Zachary Turner and Mehdi Amini suggestion to make only post-commit reviews. llvm-svn: 287838 | ||||
* | Move pdb code into pdb namespace. | Zachary Turner | 2016-05-04 | 1 | -0/+1 |
| | | | | llvm-svn: 268544 | ||||
* | [llvm-pdbdump] Clean up method signatures. | Zachary Turner | 2015-03-01 | 1 | -62/+31 |
| | | | | llvm-svn: 230889 | ||||
* | [llvm-pdbdump] Rewrite dumper using visitor pattern. | Zachary Turner | 2015-02-22 | 1 | -0/+177 |
This increases the flexibility of how to dump different symbol types -- necessary for context-sensitive formatting of symbol types -- and also improves the modularity by allowing the dumping to be implemented in the actual dumper, as opposed to in the PDB library. llvm-svn: 230184 |