This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 24608dda4d [X86] Add a target attribute test for no-sse4. new b62a18f137 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 | 16 ++--- 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, 34 insertions(+), 94 deletions(-) create mode 100644 test/CodeGen/debug-info-block-vars.c delete mode 100644 test/CodeGenObjC/debug-info-block-captured-self.m