[PATCH] D92634: [Analyzer] Diagnose signed integer overflow
Daniel Marjamäki via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 2 01:06:19 PST 2021
danielmarjamaki added a comment.
> Besides, the return value should be the exact value computed from the two integers, even unknown, rather than undefined. As the developers may overflow an integer on purpose.
I am not sure what you mean. If there is undefined behavior then the value should be undefined and nothing else.. right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92634/new/
https://reviews.llvm.org/D92634
More information about the cfe-commits
mailing list