Skip to content

Commit 42838bf

Browse files
committed
Update DanglingCaptureWhenMovingLambdaObject to the new dataflow library
1 parent 590cd5a commit 42838bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/rules/danglingcapturewhenmovinglambdaobject/DanglingCaptureWhenMovingLambdaObject.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
import cpp
8-
import semmle.code.cpp.dataflow.DataFlow
8+
import semmle.code.cpp.dataflow.new.DataFlow
99
import codingstandards.cpp.Customizations
1010
import codingstandards.cpp.Exclusions
1111
import codingstandards.cpp.Expr

0 commit comments

Comments
 (0)