]> granicus.if.org Git - clang/commit
For the purpose of @encode'ing, accept 'void' type
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 16 Jun 2011 22:34:44 +0000 (22:34 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 16 Jun 2011 22:34:44 +0000 (22:34 +0000)
commit6c91615e5d67d59e752037beb475c4b827431172
tree7d2b1168f27c5ef0eb8fe5f83f63cac2bc9af6ab
parent70f55bb1046b6b2a0fb5db78582a840cec5ac8c2
For the purpose of @encode'ing, accept 'void' type
(even though it is incomplete type) because gcc
says so. // rdar://9622422

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133208 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprObjC.cpp
test/CodeGenObjC/encode-test.m