File tree
Expand file treeCollapse file tree
8 files changed
+90
-54
lines changedFilter options
- .github/workflows
- Lib/test
- Tools/c-analyzer
- c_parser/preprocessor
- cpython
Expand file treeCollapse file tree
8 files changed
+90
-54
lines changed.github/workflows/build.yml
Copy file name to clipboardExpand all lines: .github/workflows/build.yml+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
| 114 | + |
| 115 | + |
| 116 | + |
114 | 117 |
|
115 | 118 |
|
116 | 119 |
|
|
Lib/test/test_check_c_globals.py
Copy file name to clipboardExpand all lines: Lib/test/test_check_c_globals.py-34Lines changed: 0 additions & 34 deletions
This file was deleted.
+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2560 | 2560 |
|
2561 | 2561 |
|
2562 | 2562 |
|
| 2563 | + |
| 2564 | + |
| 2565 | + |
| 2566 | + |
| 2567 | + |
| 2568 | + |
2563 | 2569 |
|
2564 | 2570 |
|
2565 | 2571 |
|
|
Tools/c-analyzer/c_parser/preprocessor/common.py
Copy file name to clipboardExpand all lines: Tools/c-analyzer/c_parser/preprocessor/common.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
118 |
| - |
| 118 | + |
119 | 119 |
|
120 | 120 |
|
121 |
| - |
| 121 | + |
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
126 |
| - |
| 126 | + |
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
|
Tools/c-analyzer/c_parser/preprocessor/gcc.py
Copy file name to clipboardExpand all lines: Tools/c-analyzer/c_parser/preprocessor/gcc.py+16-7Lines changed: 16 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
9 | 14 |
|
10 | 15 |
|
11 | 16 |
|
| ||
75 | 80 |
|
76 | 81 |
|
77 | 82 |
|
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
83 | 92 |
|
84 | 93 |
|
85 | 94 |
|
| ||
121 | 130 |
|
122 | 131 |
|
123 | 132 |
|
124 |
| - |
| 133 | + |
125 | 134 |
|
126 | 135 |
|
127 | 136 |
|
| ||
174 | 183 |
|
175 | 184 |
|
176 | 185 |
|
| 186 | + |
177 | 187 |
|
178 |
| - |
179 | 188 |
|
180 | 189 |
|
181 | 190 |
|
|
Tools/c-analyzer/cpython/__main__.py
Copy file name to clipboardExpand all lines: Tools/c-analyzer/cpython/__main__.py+54-8Lines changed: 54 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
3 | 4 |
|
4 | 5 |
|
5 | 6 |
|
| ||
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
29 | 63 |
|
30 | 64 |
|
31 | 65 |
|
| ||
123 | 157 |
|
124 | 158 |
|
125 | 159 |
|
126 |
| - |
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - |
132 |
| - |
133 |
| - |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
134 | 180 |
|
135 | 181 |
|
136 | 182 |
|
|
Tools/c-analyzer/cpython/_parser.py
Copy file name to clipboardExpand all lines: Tools/c-analyzer/cpython/_parser.py+7-2Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
| 109 | + |
109 | 110 |
|
110 | 111 |
|
111 |
| - |
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
115 |
| - |
116 | 115 |
|
117 | 116 |
|
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
118 | 123 |
|
119 | 124 |
|
120 | 125 |
|
|
Tools/c-analyzer/cpython/ignored.tsv
Copy file name to clipboardExpand all lines: Tools/c-analyzer/cpython/ignored.tsv+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
228 | 228 |
|
229 | 229 |
|
230 | 230 |
|
| 231 | + |
231 | 232 |
|
232 | 233 |
|
233 | 234 |
|
|
0 commit comments