r297702 - [CodeGen][ObjC] Fix a bug where the type of an ivar wasn't encoded

Joerg Sonnenberger via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 1 11:33:30 PDT 2017


On Tue, Mar 14, 2017 at 04:00:53AM -0000, Akira Hatanaka via cfe-commits wrote:
> Author: ahatanak
> Date: Mon Mar 13 23:00:52 2017
> New Revision: 297702
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=297702&view=rev
> Log:
> [CodeGen][ObjC] Fix a bug where the type of an ivar wasn't encoded
> correctly.

This results in asserts on the attached test case. Can you have a look,
please?

Joerg
-------------- next part --------------
typedef BOOL;
@interface FormatScanner {
  BOOL : 1;
}
@end
@implementation FormatScanner
@end


More information about the cfe-commits mailing list