Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When diagnosing taking address of packed members skip __unaligned-qualified ↵ | Roger Ferrer Ibanez | 2017-03-13 | 1 | -0/+16 |
expressions Given that we have already explicitly stated in the qualifier that the expression is __unaligned, it makes little sense to diagnose that the address of the packed member may not be aligned. Differential Revision: https://reviews.llvm.org/D30884 llvm-svn: 297620 |