This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5af7f70eef Add support for namespaces on #pragma clang attribute new 6cbefbb531 [CodeGen] Fix assertion on emitting cleanup for object with [...]
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/CGClass.cpp | 1 + test/CodeGenCXX/inheriting-constructor-cleanup.cpp | 52 ++++++++++++++++++++++ .../inheriting-constructor-cleanup.mm | 43 ++++++++++++++++++ 3 files changed, 96 insertions(+) create mode 100644 test/CodeGenCXX/inheriting-constructor-cleanup.cpp create mode 100644 test/CodeGenObjCXX/inheriting-constructor-cleanup.mm