File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
cpp/ql/src/semmle/code/cpp/ir/dataflow Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1313 *
1414 * To use global (interprocedural) data flow, extend the class
1515 * `DataFlow::Configuration` as documented on that class. To use local
16- * (intraprocedural) data flow, invoke `DataFlow::localFlow` or
17- * `DataFlow::LocalFlowStep` with arguments of type `DataFlow::Node`.
16+ * (intraprocedural) data flow between expressions, call
17+ * `DataFlow::localExprFlow`. For more general cases of local data flow, call
18+ * `DataFlow::localFlow` or `DataFlow::localFlowStep` with arguments of type
19+ * `DataFlow::Node`.
1820 */
1921
2022import cpp
Original file line number Diff line number Diff line change 66 * `DataFlow2::Configuration`, a `DataFlow3::Configuration`, or a
77 * `DataFlow4::Configuration`.
88 *
9- * See `semmle.code.cpp.dataflow.DataFlow` for the full documentation.
9+ * See `semmle.code.cpp.ir. dataflow.DataFlow` for the full documentation.
1010 */
1111
1212import cpp
Original file line number Diff line number Diff line change 66 * `DataFlow2::Configuration`, a `DataFlow3::Configuration`, or a
77 * `DataFlow4::Configuration`.
88 *
9- * See `semmle.code.cpp.dataflow.DataFlow` for the full documentation.
9+ * See `semmle.code.cpp.ir. dataflow.DataFlow` for the full documentation.
1010 */
1111
1212import cpp
Original file line number Diff line number Diff line change 66 * `DataFlow2::Configuration`, a `DataFlow3::Configuration`, or a
77 * `DataFlow4::Configuration`.
88 *
9- * See `semmle.code.cpp.dataflow.DataFlow` for the full documentation.
9+ * See `semmle.code.cpp.ir. dataflow.DataFlow` for the full documentation.
1010 */
1111
1212import cpp
You can’t perform that action at this time.
0 commit comments