C++: Fix ql-for-ql findings.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-04-11 20:01:31 +01:00
parent 1465058da0
commit 1f43e51be4
2 changed files with 1 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ private module InlineMadTestLang implements InlineMadTestLangSig {
class Callable = MadRelevantFunction;
/**
* Holds if `c` is the closest `Callable` that suceeds `comment` in the file.
* Holds if `c` is the closest `Callable` that succeeds `comment` in the file.
*/
private predicate hasClosestCallable(CppStyleComment comment, Callable c) {
c =

View File

@@ -3,7 +3,6 @@
*/
private import cpp
private import semmle.code.cpp.dataflow.new.DataFlow
private import semmle.code.cpp.ir.IR
private import semmle.code.cpp.dataflow.ExternalFlow as ExternalFlow
private import semmle.code.cpp.ir.dataflow.internal.DataFlowImplCommon as DataFlowImplCommon