C/C++ : fix name of cpp file + fix autoformat

This commit is contained in:
thibaut hansmann
2022-05-15 14:27:46 +02:00
parent f3f2e59472
commit e150a39fa0
2 changed files with 1 additions and 3 deletions

View File

@@ -9,9 +9,7 @@
import cpp
from
Variable var, ArrayExpr useExpr, ArrayType defLine,
VariableAccess use
from Variable var, ArrayExpr useExpr, ArrayType defLine, VariableAccess use
where
var.getUnspecifiedType() = defLine and
use = useExpr.getArrayBase() and