Skip to content

Commit 8854977

Browse files
committed
[clang][bytecode][NFC] Add missing LLVM_PREFERRED_TYPE to bitfield
1 parent d21b2e6 commit 8854977

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/AST/ByteCode/Descriptor.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ struct InlineDescriptor {
9595
/// Flag indicating if the field is the active member of a union.
9696
LLVM_PREFERRED_TYPE(bool)
9797
unsigned IsActive : 1;
98-
/// Flat indicating if this field is in a union (even if nested).
98+
/// Flag indicating if this field is in a union (even if nested).
99+
LLVM_PREFERRED_TYPE(bool)
99100
unsigned InUnion : 1;
100101
LLVM_PREFERRED_TYPE(bool)
101102
/// Flag indicating if the field is mutable (if in a record).

0 commit comments

Comments
 (0)