[PATCH] D46081: [analyzer] Expand conversion check to check more expressions for overflow and underflow
Paul Fultz II via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 26 08:29:21 PDT 2018
pfultz2 added a comment.
So moving to core will require explicit casts in some of the tests, especially for things like: `memcpy(a262.s1, input, -1)`. Or this could be moved to another section instead of core. In https://reviews.llvm.org/D45532 there is talk of adding a bugprone section. I think this would be good there.
Repository:
rC Clang
https://reviews.llvm.org/D46081
More information about the cfe-commits
mailing list