Skip to content

Commit 0910b4f

Browse files
committed
Convert Signal library to the new data flow library
The `getReassertingCall` predicate is only used by SIG34-C, whose tests still pass.
1 parent 6865078 commit 0910b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/common/src/codingstandards/c/Signal.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import cpp
2-
private import semmle.code.cpp.dataflow.DataFlow
2+
private import semmle.code.cpp.dataflow.new.DataFlow
33

44
/**
55
* A signal corresponding to a computational exception

0 commit comments

Comments
 (0)