[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 03:19:22 PDT 2017


szepet closed this revision.
szepet added a comment.

So the fixes seem to work. The problem was the line 'StackFrame = StackFrame->getParent()->getCurrentStackFrame();' since I havent checked if the parent of the StackFrame is nullptr. (It is quite interesting that it just not crashed on my computer.)


https://reviews.llvm.org/D34260





More information about the cfe-commits mailing list