Support noreturn in limited contexts on Objective-C message sends.
authorJohn McCall <rjmccall@apple.com>
Thu, 10 Sep 2015 22:27:50 +0000 (22:27 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 10 Sep 2015 22:27:50 +0000 (22:27 +0000)
commit1e3157beb77e7137518dc22aba41547eaae98787
treefd48073e5d21baff6cfe5f1bc4c2e8c656d4e5e8
parent2586aac9087a9864ebd6cdee4f1f747e86eceaad
Support noreturn in limited contexts on Objective-C message sends.

rdar://6198039

llvm-svn: 247350
clang/lib/CodeGen/CGObjCMac.cpp
clang/test/CodeGenObjC/attr-noreturn.m [new file with mode: 0644]