Commit d17443b
authored
File tree
Expand file treeCollapse file tree
9 files changed
+450
-283
lines changedFilter options
- c/common/test
- includes/standard-library
- rules/uncheckedrangedomainpoleerrors
- change_notes
- cpp/common
- src/codingstandards/cpp/rules/uncheckedrangedomainpoleerrors
- test
- includes/standard-library
- rules/uncheckedrangedomainpoleerrors
Expand file treeCollapse file tree
9 files changed
+450
-283
lines changedc/common/test/includes/standard-library/math.h
Copy file name to clipboardExpand all lines: c/common/test/includes/standard-library/math.h+238-229Lines changed: 238 additions & 229 deletions
Large diffs are not rendered by default.
c/common/test/rules/uncheckedrangedomainpoleerrors/UncheckedRangeDomainPoleErrors.expected
Copy file name to clipboard+30-18Lines changed: 30 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
c/common/test/rules/uncheckedrangedomainpoleerrors/test.c
Copy file name to clipboardExpand all lines: c/common/test/rules/uncheckedrangedomainpoleerrors/test.c+24-8Lines changed: 24 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
1 | 2 |
|
| 3 | + |
2 | 4 |
|
3 |
| - |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 | 8 |
|
| ||
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
15 |
| - |
16 | 17 |
|
17 |
| - |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
30 | 29 |
|
31 | 30 |
|
32 | 31 |
|
| ||
35 | 34 |
|
36 | 35 |
|
37 | 36 |
|
38 |
| - |
39 | 37 |
|
40 | 38 |
|
41 |
| - |
42 | 39 |
|
43 | 40 |
|
44 |
| - |
45 | 41 |
|
46 | 42 |
|
47 | 43 |
|
48 | 44 |
|
49 | 45 |
|
50 |
| - |
51 | 46 |
|
52 | 47 |
|
53 | 48 |
|
| ||
56 | 51 |
|
57 | 52 |
|
58 | 53 |
|
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
change_notes/2024-04-23-fix-fp-193.md
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
cpp/common/src/codingstandards/cpp/rules/uncheckedrangedomainpoleerrors/UncheckedRangeDomainPoleErrors.qll
Copy file name to clipboardExpand all lines: cpp/common/src/codingstandards/cpp/rules/uncheckedrangedomainpoleerrors/UncheckedRangeDomainPoleErrors.qll+90-2Lines changed: 90 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| 45 | + |
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
| ||
53 | 54 |
|
54 | 55 |
|
55 | 56 |
|
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
56 | 61 |
|
57 | 62 |
|
58 | 63 |
|
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
59 | 135 |
|
60 | 136 |
|
61 | 137 |
|
62 | 138 |
|
63 | 139 |
|
64 |
| - |
65 | 140 |
|
66 | 141 |
|
67 | 142 |
|
| 143 | + |
| 144 | + |
| 145 | + |
68 | 146 |
|
69 | 147 |
|
70 | 148 |
|
| ||
73 | 151 |
|
74 | 152 |
|
75 | 153 |
|
76 |
| - |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
77 | 165 |
|
78 | 166 |
|
cpp/common/test/includes/standard-library/limits.h
Copy file name to clipboardExpand all lines: cpp/common/test/includes/standard-library/limits.h+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
| 27 | + |
26 | 28 |
|
27 | 29 |
|
28 | 30 |
|
|
cpp/common/test/includes/standard-library/math.h
Copy file name to clipboardExpand all lines: cpp/common/test/includes/standard-library/math.h+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
3 | 5 |
|
4 | 6 |
|
5 | 7 |
|
| ||
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
18 | 26 |
|
19 | 27 |
|
20 | 28 |
|
| 29 | + |
| 30 | + |
| 31 | + |
21 | 32 |
|
22 | 33 |
|
23 | 34 |
|
|
cpp/common/test/rules/uncheckedrangedomainpoleerrors/UncheckedRangeDomainPoleErrors.expected
Copy file name to clipboard+30-18Lines changed: 30 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
0 commit comments