Skip to content

Commit 3ba33c0

Browse files
committed
Convert UseOnlyArrayIndexingForPointerArithmetic to use the new dataflow library
1 parent 1c1f3fb commit 3ba33c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/rules/useonlyarrayindexingforpointerarithmetic/UseOnlyArrayIndexingForPointerArithmetic.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import cpp
77
import codingstandards.cpp.Customizations
88
import codingstandards.cpp.Exclusions
9-
import semmle.code.cpp.dataflow.DataFlow
9+
import semmle.code.cpp.dataflow.new.DataFlow
1010

1111
abstract class UseOnlyArrayIndexingForPointerArithmeticSharedQuery extends Query { }
1212

0 commit comments

Comments
 (0)