]> granicus.if.org Git - clang/commit
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)
commit6d73f268995a01b224502fde091305b0c41d75e9
tree26144475c3bfe2c4b9a54d42019d65179c4c9db9
parent5e1234dd846f391c84f48e638f7685d5e79e6399
Support noreturn in limited contexts on Objective-C message sends.

rdar://6198039

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247350 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp
test/CodeGenObjC/attr-noreturn.m [new file with mode: 0644]