]> granicus.if.org Git - clang/commit
Cope with llvm's reference to bool type of 'i1' vs. clang's
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 3 Sep 2010 21:36:02 +0000 (21:36 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 3 Sep 2010 21:36:02 +0000 (21:36 +0000)
commit7925561e702430c0d632c5e5db1a74673b44ea18
treeca9145927530b5e5d918f9651c9571852809fc69
parenta96a6906601cb5f40ba54cd750c9f87e04568f7d
Cope with llvm's reference to bool type of 'i1' vs. clang's
type of 'i8' for the same for __block variables of
type bool. refixes radar 8382559.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113015 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
test/SemaCXX/blocks.cpp