[PATCH] D21783: [CodeView] Implement support for bitfields in Clang

David Majnemer via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 27 20:00:00 PDT 2016


majnemer created this revision.
majnemer added reviewers: rnk, aaboud.
majnemer added a subscriber: cfe-commits.

Emit the underlying storage offset in addition to the starting bit
position of the field.

http://reviews.llvm.org/D21783

Files:
  lib/CodeGen/CGDebugInfo.cpp
  lib/CodeGen/CGDebugInfo.h
  test/CodeGen/debug-info-packed-struct.c
  test/CodeGenCXX/debug-info-ms-bitfields.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21783.62053.patch
Type: text/x-patch
Size: 11469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160628/cb7bc314/attachment-0001.bin>


More information about the cfe-commits mailing list