[PATCH] D44429: [BinaryFormat][RFC] MessagePack reader/writer

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 13 12:31:29 PDT 2018


scott.linder updated this revision to Diff 151227.
scott.linder added a comment.

Style fixes


https://reviews.llvm.org/D44429

Files:
  include/llvm/BinaryFormat/MsgPack.def
  include/llvm/BinaryFormat/MsgPack.h
  include/llvm/BinaryFormat/MsgPackReader.h
  include/llvm/BinaryFormat/MsgPackWriter.h
  lib/BinaryFormat/CMakeLists.txt
  lib/BinaryFormat/MsgPackReader.cpp
  lib/BinaryFormat/MsgPackWriter.cpp
  unittests/BinaryFormat/CMakeLists.txt
  unittests/BinaryFormat/MsgPackReaderTest.cpp
  unittests/BinaryFormat/MsgPackWriterTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44429.151227.patch
Type: text/x-patch
Size: 76802 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180613/ef523564/attachment.bin>


More information about the llvm-commits mailing list