This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c5183658b7 [OpenCL] Drop spurious semicolon in generated file; NFC new cfb041434e [analyzer] Add a checker option to detect nested dead stores
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/analyzer/checkers.rst | 9 + include/clang/StaticAnalyzer/Checkers/Checkers.td | 8 + lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp | 33 ++- test/Analysis/analyzer-config.c | 3 +- test/Analysis/dead-stores.c | 297 +++++++++++++--------- test/Analysis/dead-stores.cpp | 73 +++--- test/Analysis/dead-stores.m | 4 +- 7 files changed, 262 insertions(+), 165 deletions(-)