Skip to content

Commit 1f43e51

Browse files
committed
C++: Fix ql-for-ql findings.
1 parent 1465058 commit 1f43e51

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cpp/ql/lib/utils/test/InlineMadTest.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ private module InlineMadTestLang implements InlineMadTestLangSig {
99
class Callable = MadRelevantFunction;
1010

1111
/**
12-
* Holds if `c` is the closest `Callable` that suceeds `comment` in the file.
12+
* Holds if `c` is the closest `Callable` that succeeds `comment` in the file.
1313
*/
1414
private predicate hasClosestCallable(CppStyleComment comment, Callable c) {
1515
c =

cpp/ql/src/utils/modelgenerator/internal/CaptureModels.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*/
44

55
private import cpp
6-
private import semmle.code.cpp.dataflow.new.DataFlow
76
private import semmle.code.cpp.ir.IR
87
private import semmle.code.cpp.dataflow.ExternalFlow as ExternalFlow
98
private import semmle.code.cpp.ir.dataflow.internal.DataFlowImplCommon as DataFlowImplCommon

0 commit comments

Comments
 (0)