Skip to content

Commit db5cd46

Browse files
committed
Fix import path for DataFlow module in PlacementNewNotProperlyAligned.qll
1 parent ec7adb3 commit db5cd46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/common/src/codingstandards/cpp/rules/placementnewnotproperlyaligned/PlacementNewNotProperlyAligned.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import cpp
77
import codingstandards.cpp.Customizations
88
import codingstandards.cpp.Exclusions
99
import codingstandards.cpp.allocations.PlacementNew
10-
import semmle.code.cpp.dataflow.new.DataFlow
10+
import semmle.code.cpp.dataflow.DataFlow
1111
import PlacementNewOriginFlow::PathGraph
1212

1313
abstract class PlacementNewNotProperlyAlignedSharedQuery extends Query { }

0 commit comments

Comments
 (0)