[analyzer] Fix dead store checker false positive
It is common to zero-initialize not only scalar variables, but also structs. This is also defensive programming and we shouldn't complain about that. rdar://34122265 Differential Revision: https://reviews.llvm.org/D99262
Loading
Please sign in to comment