Skip to content

Commit b18c7b4

Browse files
committed
Convert DanglingCaptureWhenReturningLambdaObject to use new dataflow library
1 parent 8c05d42 commit b18c7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/rules/danglingcapturewhenreturninglambdaobject/DanglingCaptureWhenReturningLambdaObject.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

0 commit comments

Comments
 (0)