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 bf55e7f commit 5daf994Copy full SHA for 5daf994
lib/IRGen/Fulfillment.h
@@ -37,10 +37,10 @@ struct Fulfillment {
37
: SourceIndex(sourceIndex), State(unsigned(state)), Path(std::move(path)) {}
38
39
/// The source index.
40
- unsigned SourceIndex : 30;
+ uint64_t SourceIndex : 56;
41
42
/// The state of the metadata at the fulfillment.
43
- unsigned State : 2;
+ uint64_t State : 8;
44
45
/// The path from the source metadata.
46
MetadataPath Path;
0 commit comments