We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21b2e6 commit 8854977Copy full SHA for 8854977
clang/lib/AST/ByteCode/Descriptor.h
@@ -95,7 +95,8 @@ struct InlineDescriptor {
95
/// Flag indicating if the field is the active member of a union.
96
LLVM_PREFERRED_TYPE(bool)
97
unsigned IsActive : 1;
98
- /// Flat indicating if this field is in a union (even if nested).
+ /// Flag indicating if this field is in a union (even if nested).
99
+ LLVM_PREFERRED_TYPE(bool)
100
unsigned InUnion : 1;
101
102
/// Flag indicating if the field is mutable (if in a record).
0 commit comments