[Analyzer] Second fix for last commit for IteratorChecker
authorAdam Balogh <adam.balogh@ericsson.com>
Tue, 23 Apr 2019 11:18:50 +0000 (11:18 +0000)
committerAdam Balogh <adam.balogh@ericsson.com>
Tue, 23 Apr 2019 11:18:50 +0000 (11:18 +0000)
commitd2e2e20de36871b281439793c78aabd2bb8eeff9
treef40a5f6f81ac507acc0f8ddc2e026dc97fc810e3
parentddd225d1a92e7bf28a3185b269fa5911ea89123e
[Analyzer] Second fix for last commit for IteratorChecker

A variable was redeclared instead of assigned in an internal
block, leaving the original uninitialized. This is fixed now.

llvm-svn: 358971
clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp