C++: Fix QLDoc.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-08-01 11:37:12 +01:00
parent b70836e241
commit 0e9286dd34

View File

@@ -19,7 +19,7 @@ class StandardSsa extends SsaHelper {
* library:
* ```
* import semmle.code.cpp.dataflow.new.DataFlow
* // use `DataFlow::Definition`
* // use `DataFlow::Ssa::Definition`
* ```
*
* A definition of one or more SSA variables, including phi node definitions.