C++: Autoformat.

This commit is contained in:
Geoffrey White
2021-07-19 13:58:25 +01:00
parent 49bbfefb4d
commit 0c029898bb

View File

@@ -116,7 +116,9 @@ where
)
) and
// `checkPath` and `usePath` refer to the same SSA variable
exists(SsaDefinition def, StackVariable v | def.getAUse(v) = checkPath and def.getAUse(v) = usePath) and
exists(SsaDefinition def, StackVariable v |
def.getAUse(v) = checkPath and def.getAUse(v) = usePath
) and
// `op` looks like an operation on a filename
use = filenameOperation(usePath) and
// the return value of `check` is used (possibly with one step of