Skip to content

Commit 8ee97ba

Browse files
committed
Revert "Convert DanglingCaptureWhenReturningLambdaObject to use new dataflow library"
This reverts commit b18c7b4. This change broke some tests.
1 parent b18c7b4 commit 8ee97ba

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.new.DataFlow
8+
import semmle.code.cpp.dataflow.DataFlow
99
import codingstandards.cpp.Customizations
1010
import codingstandards.cpp.Exclusions
1111

0 commit comments

Comments
 (0)