]> granicus.if.org Git - clang/commit
Handling remaining rule for synthesize bitfields in
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 23 Aug 2010 22:46:52 +0000 (22:46 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 23 Aug 2010 22:46:52 +0000 (22:46 +0000)
commitd097be8f81fbf4ed96ac10bae18562dd8202666b
tree73b517af59a3867e52909c247c91371fccfe8b49
parent00577ada44c889fbe311d61c51a8da89e65c7c9a
Handling remaining rule for synthesize bitfields in
class extensions (nonfragile-abi2).For every class @interface and class
extension @interface, if the last ivar is a bitfield of any type,
then add an implicit `char :0` ivar to the end of that interface.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111857 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Action.h
include/clang/Sema/Sema.h
lib/Parse/ParseObjc.cpp
lib/Sema/SemaDecl.cpp