Files
codeql/cpp/change-notes/2020-11-05-formatting-function.md
2020-12-01 18:34:01 +00:00

5 lines
397 B
Markdown

lgtm,codescanning
* `FormattingFunction.getOutputParameterIndex` now has a parameter identifying whether the output at that index is a buffer or a stream.
* `FormattingFunction` now has a predicate `isOutputGlobal` indicating when the output is to a global stream.
* The `primitiveVariadicFormatter` and `variadicFormatter` predicates have more parameters exposing information about the function.