]> granicus.if.org Git - clang/commit
Fix <rdar://problem/6586239> bitfield constraints not enforced (for ObjC)
authorSteve Naroff <snaroff@apple.com>
Fri, 20 Feb 2009 17:57:11 +0000 (17:57 +0000)
committerSteve Naroff <snaroff@apple.com>
Fri, 20 Feb 2009 17:57:11 +0000 (17:57 +0000)
commit63359c80b0ff4bd3e898f38efe88be3c01581320
treeb672d2eb0861ea6acdd5e78dbe48e7ec2020c654
parent4a323d94e50c8f570cbfaf0392e68215b8ca87bf
Fix <rdar://problem/6586239> bitfield constraints not enforced (for ObjC)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65128 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/SemaObjC/class-bitfield.m [new file with mode: 0644]