[PATCH] D57230: [analyzer] Toning down invalidation a bit
Gábor Horváth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 29 02:32:21 PST 2019
xazax.hun added a comment.
Thanks for all the reviews. Do you have any preference about the spelling of the annotation mentioned in the description?
There were two ideas so far: `uses_offsetof`, `may_use_offsetof`
While I like those, I wonder if it is a good idea to have `offsetof` in the name. One might use other methods, e.g. cast the address of the first field to a pointer to struct to access other members.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57230/new/
https://reviews.llvm.org/D57230
More information about the llvm-commits
mailing list