We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333df03 commit 6a69783Copy full SHA for 6a69783
1 file changed
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/ExprNodes.qll
@@ -1,3 +1,7 @@
1
+/**
2
+ * Provides the classes `ExprNode` and `IndirectExprNode` for converting between `Expr` and `Node`.
3
+ */
4
+
5
private import cpp
6
private import semmle.code.cpp.ir.IR
7
private import DataFlowUtil
0 commit comments