Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Support] Move Stream library from MSF -> Support. | Zachary Turner | 2017-03-02 | 1 | -56/+0 |
| | | | | | | | | | | After several smaller patches to get most of the core improvements finished up, this patch is a straight move and header fixup of the source. Differential Revision: https://reviews.llvm.org/D30266 llvm-svn: 296810 | ||||
* | Fix -Wcovered-switch-default warning. | Zachary Turner | 2017-02-28 | 1 | -2/+0 |
| | | | | llvm-svn: 296501 | ||||
* | [PDB] Add BinaryStreamError. | Zachary Turner | 2017-02-28 | 1 | -0/+58 |
This migrates the stream code away from MSFError to using its own custom Error class. llvm-svn: 296494 |