This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 078193eb3e PR36645: Go looking for an appropriate array bound when cons [...] new 980e018010 CodeGen: simplify and validate exception personalities
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/CGException.cpp | 32 ++++------ test/CodeGen/personality.c | 46 ++++++++++++++ test/CodeGenCXX/personality.cpp | 48 ++++++++++++++ test/CodeGenObjC/personality.m | 87 +++++++++++++++++++++++++ test/CodeGenObjCXX/personality.mm | 129 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 323 insertions(+), 19 deletions(-) create mode 100644 test/CodeGen/personality.c create mode 100644 test/CodeGenCXX/personality.cpp create mode 100644 test/CodeGenObjC/personality.m create mode 100644 test/CodeGenObjCXX/personality.mm