C++: Autoformat.

This commit is contained in:
Geoffrey White
2020-08-11 16:16:02 +01:00
parent f62ad75048
commit 128b8328b9

View File

@@ -26,7 +26,8 @@ class StdStringCStr extends TaintFunction {
class StdStringPlus extends TaintFunction {
StdStringPlus() {
this.hasQualifiedName("std", "operator+") and
this.getParameter(0).getType().getUnspecifiedType().(ReferenceType).getBaseType() = any(StdBasicString s).getAnInstantiation()
this.getParameter(0).getType().getUnspecifiedType().(ReferenceType).getBaseType() =
any(StdBasicString s).getAnInstantiation()
}
override predicate hasTaintFlow(FunctionInput input, FunctionOutput output) {