We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8818f63 commit 7438462Copy full SHA for 7438462
cpp/ql/src/Likely Bugs/Format/WrongTypeFormatArguments.ql
@@ -172,4 +172,5 @@ where
172
not arg.isFromUninstantiatedTemplate(_) and
173
not actual.getUnspecifiedType() instanceof ErroneousType
174
select arg,
175
- "This format specifier for type '" + expected.getName() + "' does not match the argument type '" + actual.getUnspecifiedType().getName() + "'."
+ "This format specifier for type '" + expected.getName() + "' does not match the argument type '" +
176
+ actual.getUnspecifiedType().getName() + "'."
0 commit comments