[PATCH] D25579: [codeview] emit debug info for indirect virtual base classes

Bob Haarman via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 14 12:56:12 PDT 2016


inglorion updated this revision to Diff 74733.
inglorion added a comment.

@rnk's comments (thanks!)

- Converted SeenTypes to a DenseSet<const CXXRecordDecl*>.
- Switched to getCodeGenOpts().EmitCodeView to check if we should emit the extra records.
- Switched to using SeenTypes.count(...) != 0 to check if we've seen a type.


https://reviews.llvm.org/D25579

Files:
  lib/CodeGen/CGDebugInfo.cpp
  lib/CodeGen/CGDebugInfo.h
  test/CodeGenCXX/debug-info-ms-vbase.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25579.74733.patch
Type: text/x-patch
Size: 6295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161014/704f7a21/attachment.bin>


More information about the cfe-commits mailing list