[PATCH] D21418: [codeview] Use CVTypeVisitor instead of a hand-written switch-cases.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 15 15:56:53 PDT 2016


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

As we talked offline, I converted the hand-written switch-cases with
the visitor, and it doesn't look bad. I'll update this patch once you
submit your pending patch.

http://reviews.llvm.org/D21418

Files:
  include/llvm/DebugInfo/PDB/Raw/TpiStream.h
  lib/DebugInfo/PDB/Raw/TpiStream.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21418.60925.patch
Type: text/x-patch
Size: 6317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160615/f1b83472/attachment.bin>


More information about the llvm-commits mailing list