mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
C++: document new predicate
This commit is contained in:
committed by
Geoffrey White
parent
a3459ddf08
commit
5b8925c699
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user