]> granicus.if.org Git - clang/commit
Always emit bitfield properties using expression behavior, even if they're
authorJohn McCall <rjmccall@apple.com>
Tue, 13 Sep 2011 05:36:29 +0000 (05:36 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 13 Sep 2011 05:36:29 +0000 (05:36 +0000)
commit5889c60d19101156a3a54b8c49bcc60a12cc1fdb
tree0e95719d0cc5daa1c512cc9bad68492ae1d70173
parent1e1f4871535f2cadcbf8c9af8cc48a2213192320
Always emit bitfield properties using expression behavior, even if they're
atomic.  This is probably something we should warn about.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139584 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjC.cpp
test/CodeGenObjC/property.m