[PATCH] D34260: [StaticAnalyzer] Completely unrolling specific loops with known bound option
Peter Szecsi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 26 00:08:49 PDT 2017
szepet added a comment.
In https://reviews.llvm.org/D34260#821186, @teemperor wrote:
> Try fixing this invalid read and the buildbots (and my builds :) ) should be working again.
Yeah, thanks for the help! :)
I already sent a fix for that: https://reviews.llvm.org/rL309036 and another one: https://reviews.llvm.org/rL309061 which I think was not necessary but the buildbot failed on the first try (I still think it just haven't picked up the commit)
For me it seems that these fixes solved the problem as the address sanitizer tests passes as well on clang (and nobody reverted the commits^^).
https://reviews.llvm.org/D34260
More information about the cfe-commits
mailing list