mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Gardening] Doc'd test arg parsing helper.
This commit is contained in:
@@ -161,8 +161,11 @@ struct Arguments {
|
||||
void getTestSpecifications(SILFunction *function,
|
||||
SmallVectorImpl<std::string> &specifications);
|
||||
|
||||
/// Given the string \p specification operand of a test_specification
|
||||
/// instruction from \p function, parse the arguments which it refers to into
|
||||
/// \p arguments and the component strings into \p argumentStrings.
|
||||
void parseTestArgumentsFromSpecification(
|
||||
SILFunction *, StringRef specification, Arguments &arguments,
|
||||
SILFunction *function, StringRef specification, Arguments &arguments,
|
||||
SmallVectorImpl<StringRef> &argumentStrings);
|
||||
|
||||
} // namespace test
|
||||
|
||||
Reference in New Issue
Block a user