autoformat

This commit is contained in:
erik-krogh
2022-09-22 06:54:23 +02:00
parent 33165f4f55
commit d55993a37b
2 changed files with 3 additions and 4 deletions

View File

@@ -55,5 +55,5 @@ where
cfg.hasFlowPath(source, sink) and
source.getNode().asExpr().getFullyConverted().getUnspecifiedType() =
sink.getNode().asExpr().getFullyConverted().getUnspecifiedType()
select sink, source, sink,
"This pointer arithmetic may be done with the wrong type because of $@.", source, "this cast"
select sink, source, sink, "This pointer arithmetic may be done with the wrong type because of $@.",
source, "this cast"

View File

@@ -49,5 +49,4 @@ where
c.hasImplicitConversion() and
not whiteListWrapped(c)
select c,
"Return value of type " + t1.toString() + " is implicitly converted to " + t2.toString() +
"."
"Return value of type " + t1.toString() + " is implicitly converted to " + t2.toString() + "."