mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
C/C++ : fix name of cpp file + fix autoformat
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user