C++: Fix expensive getWideCharType().

This commit is contained in:
Geoffrey White
2022-03-17 14:29:54 +00:00
parent f53df255b9
commit ff3bedcab9

View File

@@ -97,7 +97,7 @@ abstract class FormattingFunction extends ArrayFunction, TaintFunction {
result.getSize() > 1
or
not getFormatCharType().getSize() > 1 and
result = getAFormatterWideTypeOrDefault() // may have more than one result
result = pragma[only_bind_out](getAFormatterWideTypeOrDefault()) // may have more than one result
}
/**