[PATCH] D20183: Enhance CodeView record deserialization with some template metaprogramming

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 10:00:26 PDT 2016


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

Fix review suggestions.  Made it clear that uint64's use a different decoding algorithm, and added a `CV_` prefix to the macros.


http://reviews.llvm.org/D20183

Files:
  include/llvm/DebugInfo/CodeView/RecordSerialization.h
  include/llvm/DebugInfo/CodeView/TypeRecord.h
  lib/DebugInfo/CodeView/CMakeLists.txt
  lib/DebugInfo/CodeView/RecordSerialization.cpp
  lib/DebugInfo/CodeView/TypeStream.cpp
  tools/llvm-readobj/COFFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20183.57064.patch
Type: text/x-patch
Size: 39324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160512/8fc3d27e/attachment.bin>


More information about the llvm-commits mailing list