We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e3bc6 commit 9d2dc7aCopy full SHA for 9d2dc7a
shared/dataflow/codeql/dataflow/DataFlow.qll
@@ -40,7 +40,8 @@ signature module InputSig {
40
41
/**
42
* A node in the data flow graph representing the value of an argument after
43
- * an operation that might have changed its state. For example, consider the following C++ code:
+ * an operation that might have changed its state. For example, consider the
44
+ * following C++ code:
45
* ```
46
* int a = 1;
47
* increment(&a);
0 commit comments