[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
parent
b785e036
Please register or sign in to comment