[Gardening] Doc'd test arg parsing helper.

This commit is contained in:
Nate Chandler
2022-10-14 07:52:39 -07:00
parent 2898875fd3
commit ffa0cc423d

View File

@@ -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