mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
printf formatting.
This commit is contained in:
@@ -98,7 +98,9 @@ private class Sprintf extends FormattingFunction, NonCppThrowingFunction {
|
||||
/**
|
||||
* Implements `Snprintf`.
|
||||
*/
|
||||
private class SnprintfImpl extends Snprintf, AliasFunction, SideEffectFunction, NonCppThrowingFunction {
|
||||
private class SnprintfImpl extends Snprintf, AliasFunction, SideEffectFunction,
|
||||
NonCppThrowingFunction
|
||||
{
|
||||
SnprintfImpl() {
|
||||
this instanceof TopLevelFunction and
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user