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 d8dcbe3 commit 419b511Copy full SHA for 419b511
cpp/ql/src/Critical/LoopBounds.qll
@@ -2,15 +2,16 @@
2
3
import cpp
4
5
-/** An assignment to a variable with the value `0`. For example:
6
- * ```
7
- * int x;
8
- * x = 0;
9
10
- * but not:
11
12
- * int x = 0;
13
+/**
+ * An assignment to a variable with the value `0`. For example:
+ * ```
+ * int x;
+ * x = 0;
+ * but not:
+ * int x = 0;
14
15
*/
16
class ZeroAssignment extends AssignExpr {
17
ZeroAssignment() {
0 commit comments