[PATCH] D20251: [codeview] Align class and print names of types

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 11:53:41 PDT 2016


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

This way we can get rid of one of the fields in the .def file.

http://reviews.llvm.org/D20251

Files:
  include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
  include/llvm/DebugInfo/CodeView/CodeView.h
  include/llvm/DebugInfo/CodeView/TypeRecord.h
  include/llvm/DebugInfo/CodeView/TypeRecords.def
  include/llvm/DebugInfo/CodeView/TypeTableBuilder.h
  lib/DebugInfo/CodeView/FieldListRecordBuilder.cpp
  lib/DebugInfo/CodeView/MethodListRecordBuilder.cpp
  lib/DebugInfo/CodeView/TypeDumper.cpp
  lib/DebugInfo/CodeView/TypeRecordBuilder.cpp
  lib/DebugInfo/CodeView/TypeTableBuilder.cpp
  test/DebugInfo/COFF/inlining.ll
  test/tools/llvm-readobj/codeview-vftable.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20251.57227.patch
Type: text/x-patch
Size: 47051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160513/69da4776/attachment.bin>


More information about the llvm-commits mailing list