summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/MSF/BinaryStreamError.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-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 Turner2017-02-281-2/+0
| | | | llvm-svn: 296501
* [PDB] Add BinaryStreamError.Zachary Turner2017-02-281-0/+58
This migrates the stream code away from MSFError to using its own custom Error class. llvm-svn: 296494
OpenPOWER on IntegriCloud