[cfe-commits] [PATCH] PR14471: Debug info for static data members (Clang part)

Robinson, Paul Paul.Robinson at am.sony.com
Tue Jan 8 17:16:42 PST 2013


New and improved, refreshed and invigorated patch for PR14471/14734.

- CGDebugInfo::CollectRecordFields() decomposed with 3 new helpers.
- The "fieldNo - 1" is gone, thanks to the refactoring.
- Commentary about the field counting added.
- getStaticDataMemberDeclaration() checks the decl before doing the search.
I hope that was everything!

--paulr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Static-member-cfe.diff
Type: application/octet-stream
Size: 21429 bytes
Desc: Static-member-cfe.diff
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130109/2a811154/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Static-member-dbgtest.diff
Type: application/octet-stream
Size: 810 bytes
Desc: Static-member-dbgtest.diff
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130109/2a811154/attachment-0001.obj>


More information about the cfe-commits mailing list