summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/address-unaligned.c
Commit message (Collapse)AuthorAgeFilesLines
* When diagnosing taking address of packed members skip __unaligned-qualified ↵Roger Ferrer Ibanez2017-03-131-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
OpenPOWER on IntegriCloud