Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a354ab8 commit 52a1d90Copy full SHA for 52a1d90
1 file changed
cpp/ql/lib/semmle/code/cpp/dataflow/internal/FlowSummaryImpl.qll
@@ -2,7 +2,7 @@
2
* Provides classes and predicates for defining flow summaries.
3
*/
4
5
-private import cpp
+private import cpp as Cpp
6
private import codeql.dataflow.internal.FlowSummaryImpl
7
private import codeql.dataflow.internal.AccessPathSyntax as AccessPath
8
private import semmle.code.cpp.ir.dataflow.internal.DataFlowPrivate
@@ -70,7 +70,7 @@ private module StepsInput implements Impl::Private::StepsInputSig {
70
module SourceSinkInterpretationInput implements
71
Impl::Private::External::SourceSinkInterpretationInputSig<Location>
72
{
73
- class Element = Element;
+ class Element = Cpp::Element;
74
75
class SourceOrSinkElement = Element;
76
0 commit comments