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

Robinson, Paul Paul.Robinson at am.sony.com
Wed Jan 9 16:54:39 PST 2013


Re-refreshed due to minor cleanup leading from comments on the LLVM part.
--paulr


________________________________________
From: cfe-commits-bounces at cs.uiuc.edu [cfe-commits-bounces at cs.uiuc.edu] on behalf of Robinson, Paul [Paul.Robinson at am.sony.com]
Sent: Tuesday, January 08, 2013 5:16 PM
To: Eric Christopher
Cc: cfe-commits at cs.uiuc.edu
Subject: Re: [cfe-commits] [PATCH] PR14471: Debug info for static data members (Clang part)

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: 21394 bytes
Desc: Static-member-cfe.diff
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130110/50daad87/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/20130110/50daad87/attachment-0001.obj>


More information about the cfe-commits mailing list