[PATCH] D44606: [analyzer] Fix the crash in `IteratorChecker.cpp` when `SymbolConjured` has a null Stmt.
Peter Szecsi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 19 11:48:50 PDT 2018
szepet added a comment.
Nice catch, it looks good to me! Thank you!
One small nit for future debugging people: Could you insert a comment line in the test case where you explain what is this all about? E.g what you just have written in the description: "invalidateRegions() will construct the SymbolConjured with null Stmt" or something like this.
Repository:
rC Clang
https://reviews.llvm.org/D44606
More information about the cfe-commits
mailing list