Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit add1702

Browse files
C++: Fix test breaks due to private imports of cpp
1 parent 5d1d082 commit add1702

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

cpp/ql/src/Likely Bugs/RedundantNullCheckSimple.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* LGTM until its performance is well understood.
1717
*/
1818

19+
import cpp
1920
import semmle.code.cpp.ir.IR
2021
import semmle.code.cpp.ir.ValueNumbering
2122

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowDispatch.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
private import cpp
12
private import semmle.code.cpp.ir.IR
23

34
Function viableImpl(CallInstruction call) { result = viableCallable(call) }

0 commit comments

Comments
 (0)