[PATCH] D21435: [codeview] Pass CVRecord to visitTypeBegin callback.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 07:20:58 PDT 2016


ruiu created this revision.
ruiu added a reviewer: zturner.
ruiu added a subscriber: llvm-commits.

Both parameters to visitTypeBegin are actually members of CVRecord,
so we can just pass CVRecord instead of destructuring it.

http://reviews.llvm.org/D21435

Files:
  include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
  lib/DebugInfo/CodeView/TypeDumper.cpp
  lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  lib/DebugInfo/PDB/Raw/TpiStream.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21435.60971.patch
Type: text/x-patch
Size: 7082 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160616/b6140c34/attachment.bin>


More information about the llvm-commits mailing list