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 079557c commit 4dd29ebCopy full SHA for 4dd29eb
clang/lib/AST/ByteCode/Descriptor.h
@@ -95,9 +95,9 @@ 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).
99
- unsigned InUnion : 1;
+ /// Flag indicating if this field is in a union (even if nested).
100
+ unsigned InUnion : 1;
101
/// Flag indicating if the field is mutable (if in a record).
102
103
unsigned IsFieldMutable : 1;
0 commit comments