[PATCH] D78767: [Sema] Teach -Wcast-align to compute a more accurate alignment when the source expression has array subscript or pointer arithmetic operators
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 27 14:01:11 PDT 2020
ahatanak planned changes to this revision.
ahatanak added a comment.
The method has to compute the correct alignment for variables captured by lambdas or blocks too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78767/new/
https://reviews.llvm.org/D78767
More information about the cfe-commits
mailing list