C++: document new predicate

This commit is contained in:
Robert Marsh
2018-08-01 12:45:52 -07:00
committed by Geoffrey White
parent a3459ddf08
commit 5b8925c699

View File

@@ -28,6 +28,10 @@ class AttributeFormattingFunction extends FormattingFunction {
}
}
/**
* A type that is used as a format string by a wide variadic formatter such as
* `vwprintf`.
*/
Type getAPrimitiveVariadicFormatterWideType() {
exists(TopLevelFunction f, int formatParamIndex |
primitiveVariadicFormatter(f, formatParamIndex, true) and