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.
Details
Details
- Reviewers
aaron.ballman rsmith - Commits
- rG9f9634748885: When diagnosing taking address of packed members skip __unaligned-qualified…
rC297620: When diagnosing taking address of packed members skip __unaligned-qualified…
rL297620: When diagnosing taking address of packed members skip __unaligned-qualified…
Diff Detail
Diff Detail
- Repository
- rL LLVM