[PATCH] D44606: [analyzer] Fix the crash in `IteratorChecker.cpp` when `SymbolConjured` has a null Stmt.

Henry Wong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 19 18:29:13 PDT 2018


MTC added a comment.

> 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.

Thank you for pointing this out, and I'll add the comment.


Repository:
  rC Clang

https://reviews.llvm.org/D44606





More information about the cfe-commits mailing list