[PATCH] D37897: [StaticAnalyzer] Fix ProgramState for static variables that are not written

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 19 11:07:15 PDT 2017


NoQ added a comment.

The overall idea makes sense to me. I'd like you to join the effort with Peter who during his work on loop widening came up with a matcher-based procedure for finding out if a variable is changed anywhere; it currently lives in `LoopUnrolling.cpp` and we need only once implementation of that.


Repository:
  rL LLVM

https://reviews.llvm.org/D37897





More information about the cfe-commits mailing list