[PATCH] D21410: [pdb] Change type visitor pattern to use dynamic polymorphism

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 11:07:17 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL272926: [pdb] Change type visitor pattern to be dynamic. (authored by zturner).

Changed prior to commit:
  http://reviews.llvm.org/D21410?vs=60994&id=60997#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D21410

Files:
  llvm/trunk/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeDumper.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeRecords.def
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/RawError.h
  llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeDumper.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/RawError.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/TpiStream.cpp
  llvm/trunk/tools/llvm-pdbdump/LLVMOutputStyle.cpp
  llvm/trunk/tools/llvm-readobj/COFFDumper.cpp

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


More information about the llvm-commits mailing list