[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
Tue Nov 20 11:49:21 PST 2018
zturner updated this revision to Diff 174815.
zturner added a comment.
I moved the patch for marking them const and removing the `PointerAttributes` field from the dump output to separate patches, so this is now much smaller.
https://reviews.llvm.org/D54667
Files:
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/test/DebugInfo/COFF/types-method-ref-qualifiers.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54667.174815.patch
Type: text/x-patch
Size: 16409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181120/28a5ca43/attachment.bin>
More information about the llvm-commits
mailing list