[PATCH] D36564: [analyzer] Fix SimpleSValBuilder::simplifySVal
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 24 07:12:47 PDT 2017
NoQ added a comment.
I see, it seems that we've constructed `$x - 1` somewhere, where `$x` is a pointer, while such stuff normally looks as `&element{SymRegion{$x}, -1}`. I guess i'd have to take a more careful look at it soon.
Repository:
rL LLVM
https://reviews.llvm.org/D36564
More information about the cfe-commits
mailing list