repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][NFC] simplify the unset check in `ParseLabeledStatement` (#117430)
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
debug-info-ms-bitfields.cpp
blob
e42330143bba0f1f14e2987d6467eaeeaedef116
1
// RUN: %clang_cc1 -triple x86_64-pc-win32 -debug-info-kind=limited -gcodeview %s -emit-llvm -o - | FileCheck %s
2
3
#pragma pack(1)
4
struct
S
{
5
char
:
8
;
6
short
:
8
;
7
short
x
:
8
;
8
}
s
;
9
10
// CHECK: !DIDerivedType(tag: DW_TAG_member, name: "x", {{.*}}, size: 8, offset: 16, flags: DIFlagBitField, extraData: i64 8)