We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8283594 commit 9b5643dCopy full SHA for 9b5643d
2 files changed
cpp/ql/lib/utils/test/InlineMadTest.qll
@@ -9,7 +9,7 @@ private module InlineMadTestLang implements InlineMadTestLangSig {
9
class Callable = MadRelevantFunction;
10
11
/**
12
- * 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.
13
*/
14
private predicate hasClosestCallable(CppStyleComment comment, Callable c) {
15
c =
cpp/ql/src/utils/modelgenerator/internal/CaptureModels.qll
@@ -3,7 +3,6 @@
3
4
5
private import cpp
6
-private import semmle.code.cpp.dataflow.new.DataFlow
7
private import semmle.code.cpp.ir.IR
8
private import semmle.code.cpp.dataflow.ExternalFlow as ExternalFlow
private import semmle.code.cpp.ir.dataflow.internal.DataFlowImplCommon as DataFlowImplCommon
0 commit comments