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

James Y Knight via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 14 11:19:53 PDT 2016


jyknight added a comment.

Regardless, I think this should not have added a new un-disableable error, but instead only a default-on warning.

The ""binding reference to packed member" error is firing on some of our code, and even if it's not a false-positive, it should be possible to disable it until the code is modified.


Repository:
  rL LLVM

https://reviews.llvm.org/D20561





More information about the cfe-commits mailing list