File tree Expand file tree Collapse file tree
cpp/ql/lib/semmle/code/cpp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ module Input implements InputSig<DataFlowImplSpecific::CppDataFlow> {
8989 }
9090}
9191
92- /* private*/ import Make< DataFlowImplSpecific:: CppDataFlow , Input > as Impl
92+ private import Make< DataFlowImplSpecific:: CppDataFlow , Input > as Impl
9393
9494private module StepsInput implements Impl:: Private:: StepsInputSig {
9595 DataFlowCall getACall ( Public:: SummarizedCallable sc ) { result .getStaticCallTarget ( ) = sc }
Original file line number Diff line number Diff line change @@ -94,6 +94,11 @@ module NodeStars {
9494
9595import NodeStars
9696
97+ /**
98+ * A cut-down `DataFlow::Node` class that does not depend on the output of SSA.
99+ * This can thus be safely used in the SSA computations themselves, as well as
100+ * in construction of other node classes (`TIRDataFlowNode`).
101+ */
97102class Node0Impl extends TIRDataFlowNode0 {
98103 /**
99104 * INTERNAL: Do not use.
You can’t perform that action at this time.
0 commit comments