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 3e8d7da commit 6d62770Copy full SHA for 6d62770
include/swift/SILOptimizer/Utils/ParseTestSpecification.h
@@ -125,6 +125,8 @@ struct Arguments {
125
untakenIndex = 0;
126
}
127
128
+ bool hasUntaken() { return untakenIndex < storage.size(); }
129
+
130
Arguments() {}
131
Arguments(Arguments const &) = delete;
132
Arguments &operator=(Arguments const &) = delete;
0 commit comments