[PATCH] D20561: Warn when taking address of packed member

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 18 08:31:16 PDT 2016


aaron.ballman added a comment.

In https://reviews.llvm.org/D20561#486994, @rogfer01 wrote:

> I plan to commit this today. It only diagnoses address-taking of packed fields.


Please wait until someone has had the chance to review before committing (the fix does not appear trivial and the original code broke code). I'm on vacation today (in theory), but perhaps @rsmith will have a chance to review.

~Aaron

> Reference binding to packed fields will be addressed in another change as proper support may involve codegen changes which are out of the scope of this work.

> 

> Any further comments are welcome, as usual.



https://reviews.llvm.org/D20561





More information about the cfe-commits mailing list