mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
autoformat
This commit is contained in:
@@ -285,5 +285,6 @@ where
|
||||
exists(Lte16FlowConfig cfg | cfg.hasFlowPath(source, sink))
|
||||
select source, source, sink,
|
||||
"Incorrect type conversion of " + source.getNode().getType() + " from " +
|
||||
getParserQualifiedNameFromResultType(source.getNode().getType().toString()) + " result to a lower bit size type " +
|
||||
getParserQualifiedNameFromResultType(source.getNode().getType().toString()) +
|
||||
" result to a lower bit size type " +
|
||||
sink.getNode().asExpr().(Lte32BitNumericConversionExpr).getTypeName()
|
||||
|
||||
Reference in New Issue
Block a user