[PATCH] D33229: [BinaryStream] Simplify the process of using BinaryStreams

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 16:49:46 PDT 2017


zturner updated this revision to Diff 99225.
zturner added a comment.

Deleted the forwarding constructors and made the private owning implementation names shorter.


https://reviews.llvm.org/D33229

Files:
  llvm/include/llvm/Support/BinaryStreamReader.h
  llvm/include/llvm/Support/BinaryStreamRef.h
  llvm/include/llvm/Support/BinaryStreamWriter.h
  llvm/lib/Support/BinaryStreamReader.cpp
  llvm/lib/Support/BinaryStreamRef.cpp
  llvm/lib/Support/BinaryStreamWriter.cpp
  llvm/lib/Support/CMakeLists.txt
  llvm/tools/llvm-readobj/COFFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33229.99225.patch
Type: text/x-patch
Size: 22763 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170516/064600ee/attachment.bin>


More information about the llvm-commits mailing list