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. llvm-svn: 111857
Showing
- clang/include/clang/Sema/Action.h 3 additions, 0 deletionsclang/include/clang/Sema/Action.h
- clang/include/clang/Sema/Sema.h 2 additions, 1 deletionclang/include/clang/Sema/Sema.h
- clang/lib/Parse/ParseObjc.cpp 2 additions, 1 deletionclang/lib/Parse/ParseObjc.cpp
- clang/lib/Sema/SemaDecl.cpp 42 additions, 0 deletionsclang/lib/Sema/SemaDecl.cpp
Loading
Please register or sign in to comment