repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[TableGen] Fix validateOperandClass for non Phyical Reg (#118146)
[llvm-project.git]
/
clang
/
test
/
CodeGenObjC
/
bitfield-ivar-metadata.m
blob
9ab3fef302671a167b1ee032583ba7096962005c
1
// RUN: %clang_cc1 -emit-llvm -o %t %s
2
3
@interface INTF
4
{
5
unsigned ivar1;
6
unsigned ivar2;
7
unsigned char BDIVAR3:1;
8
unsigned char BDIVAR4:1;
9
}
10
@end
11
12
@implementation INTF
13
@end
14
15