[PATCH] D39049: [analyzer] Fix wrong calculation of offset in ArrayBoundsV2
Daniel Marjamäki via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 17 08:08:52 PST 2017
danielmarjamaki added a comment.
> So what are the arguments that are passed to getSimplifiedOffset() in that case? 0? That does not seem to be correct.
yes.
so the conclusion is:
- this code does not work
- this code is untested
- this code is not even used in the use cases it was intended for because of bugs elsewhere
therefore it should be removed.
Repository:
rL LLVM
https://reviews.llvm.org/D39049
More information about the cfe-commits
mailing list