]> granicus.if.org Git - clang/commit
Use the actual class visibility for the ObjC EHTYPE global,
authorJohn McCall <rjmccall@apple.com>
Tue, 19 Feb 2013 01:57:29 +0000 (01:57 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 19 Feb 2013 01:57:29 +0000 (01:57 +0000)
commit0b5a483c8f5d8563ebc6ad5e311f2fadb734058d
tree34a3c02c9fabcd5a0234b326632bfbc4d96b312a
parent3f5fcd2d584ef5cfbb4328466c0812754a2e1e7a
Use the actual class visibility for the ObjC EHTYPE global,
not the global visibility mode.

Noticed by inspection.

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