This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bce8668f19 [Analyzer] [Tests] Write analyzers crashes to stdout, and no [...] new 6a6960cec6 Simplify codegen and debug info generation for block context [...]
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: lib/CodeGen/CGBlocks.cpp | 17 +++--- lib/CodeGen/CGDebugInfo.cpp | 16 ++--- lib/CodeGen/CGDebugInfo.h | 4 +- test/CodeGen/debug-info-block-vars.c | 20 +++++++ test/CodeGenObjC/debug-info-block-captured-self.m | 72 ----------------------- 5 files changed, 33 insertions(+), 96 deletions(-) create mode 100644 test/CodeGen/debug-info-block-vars.c delete mode 100644 test/CodeGenObjC/debug-info-block-captured-self.m