[PATCH] D21433: [codeview] Remove unused parameter.

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


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

I need to pass raw CVRecord to the visitor callback functions to
compute hash values, becaues in some cases we have to compute a
hash over the entire record as byte array rather than for some
field. But I don't want to make the callbacks to have tons of
parameters. In this patch, the first unused parameter is removed
from callbacks.

http://reviews.llvm.org/D21433

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: D21433.60970.patch
Type: text/x-patch
Size: 17035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160616/5afe60c9/attachment.bin>


More information about the llvm-commits mailing list