diff options
author | Valeriy Savchenko <vsavchenko@apple.com> | 2021-03-24 16:50:19 +0300 |
---|---|---|
committer | Valeriy Savchenko <vsavchenko@apple.com> | 2021-04-08 16:12:42 +0300 |
commit | 9f0d8bac144c8eb1ca4aff823b2e2d5a0f990072 (patch) | |
tree | 57d56baf3f2266bde893bf1b83a8ec21eb4d3564 /clang/lib/Basic/SourceManager.cpp | |
parent | b785e03612d76145c58cb31b6fd6911a5e41e8e3 (diff) | |
download | llvm-9f0d8bac144c8eb1ca4aff823b2e2d5a0f990072.zip llvm-9f0d8bac144c8eb1ca4aff823b2e2d5a0f990072.tar.gz llvm-9f0d8bac144c8eb1ca4aff823b2e2d5a0f990072.tar.bz2 |
[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
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions