[PATCH] D33566: Adding parsing ability for .res file, building the resource directory tree

Eric Beckmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 15:26:39 PDT 2017


ecbeckmann updated this revision to Diff 100789.
ecbeckmann added a comment.

- This patch should fix various clang warnings and a use of to_string


https://reviews.llvm.org/D33566

Files:
  llvm/include/llvm/Object/WindowsResource.h
  llvm/include/llvm/Support/BinaryStreamReader.h
  llvm/lib/Object/WindowsResource.cpp
  llvm/lib/Support/BinaryStreamReader.cpp
  llvm/test/tools/llvm-cvtres/Inputs/test_resource.rc
  llvm/test/tools/llvm-cvtres/Inputs/test_resource.res
  llvm/test/tools/llvm-cvtres/resource.test
  llvm/tools/llvm-cvtres/llvm-cvtres.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33566.100789.patch
Type: text/x-patch
Size: 14696 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170530/828f7984/attachment.bin>


More information about the llvm-commits mailing list