[PATCH] D54667: [CodeView] Emit proper debug info for ref-qualified member functions

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 17 09:57:29 PST 2018


zturner updated this revision to Diff 174510.
zturner added a comment.

Uploaded the wrong patch last time.  This time I actually have the change for marking the pointers const.


https://reviews.llvm.org/D54667

Files:
  lldb/lit/SymbolFile/NativePDB/member-function-types.cpp
  llvm/include/llvm/DebugInfo/CodeView/CodeView.h
  llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  llvm/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  llvm/lib/ObjectYAML/CodeViewYAMLTypes.cpp
  llvm/test/DebugInfo/COFF/defer-complete-type.ll
  llvm/test/DebugInfo/COFF/function-options.ll
  llvm/test/DebugInfo/COFF/global-type-hashes.ll
  llvm/test/DebugInfo/COFF/globals.ll
  llvm/test/DebugInfo/COFF/static-methods.ll
  llvm/test/DebugInfo/COFF/type-quals.ll
  llvm/test/DebugInfo/COFF/types-array-advanced.ll
  llvm/test/DebugInfo/COFF/types-basic.ll
  llvm/test/DebugInfo/COFF/types-calling-conv.ll
  llvm/test/DebugInfo/COFF/types-cvarargs.ll
  llvm/test/DebugInfo/COFF/types-data-members.ll
  llvm/test/DebugInfo/COFF/types-method-ref-qualifiers.ll
  llvm/test/DebugInfo/COFF/types-non-virtual-methods.ll
  llvm/test/DebugInfo/COFF/types-ptr-to-member.ll
  llvm/test/DebugInfo/COFF/types-recursive-struct.ll
  llvm/test/DebugInfo/COFF/virtual-methods.ll
  llvm/tools/llvm-pdbutil/MinimalTypeDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54667.174510.patch
Type: text/x-patch
Size: 47832 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181117/ed30625b/attachment-0001.bin>


More information about the llvm-commits mailing list