Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NFC: Rename (PDB) RawSession to NativeSession | Adrian McCarthy | 2017-01-25 | 1 | -42/+0 |
| | | | | | | | | This eliminates one overload on the term Raw. Differential Revision: https://reviews.llvm.org/D29098 llvm-svn: 293104 | ||||
* | [DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You ↵ | Eugene Zelenko | 2016-11-23 | 1 | -8/+4 |
| | | | | | | | | Use warnings; other minor fixes (NFC). Per Zachary Turner and Mehdi Amini suggestion to make only post-commit reviews. llvm-svn: 287838 | ||||
* | [pdb] added support for dumping globals stream | Bob Haarman | 2016-10-21 | 1 | -0/+46 |
Summary: This adds support for dumping the globals stream from PDB files using llvm-pdbdump, similar to the support we have for the publics stream. Reviewers: ruiu, zturner Subscribers: beanz, mgorny, modocache Differential Revision: https://reviews.llvm.org/D25801 llvm-svn: 284861 |