File tree
Expand file treeCollapse file tree
3 files changed
+42
-3
lines changedFilter options
- clang-tools-extra
- clang-tidy/utils
- docs
- test/clang-tidy/checkers/modernize
Expand file treeCollapse file tree
3 files changed
+42
-3
lines changedclang-tools-extra/clang-tidy/utils/UseRangesCheck.cpp
Copy file name to clipboardExpand all lines: clang-tools-extra/clang-tidy/utils/UseRangesCheck.cpp+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
55 | 61 |
|
56 | 62 |
|
57 | 63 |
|
|
clang-tools-extra/docs/ReleaseNotes.rst
Copy file name to clipboardExpand all lines: clang-tools-extra/docs/ReleaseNotes.rst+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
191 | 196 |
|
192 | 197 |
|
193 | 198 |
|
|
clang-tools-extra/test/clang-tidy/checkers/modernize/use-ranges.cpp
Copy file name to clipboardExpand all lines: clang-tools-extra/test/clang-tidy/checkers/modernize/use-ranges.cpp+30-2Lines changed: 30 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
13 | 21 |
|
14 | 22 |
|
15 | 23 |
|
| ||
83 | 91 |
|
84 | 92 |
|
85 | 93 |
|
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
86 | 104 |
|
87 | 105 |
|
88 |
| - |
| 106 | + |
89 | 107 |
|
90 | 108 |
|
91 | 109 |
|
| ||
107 | 125 |
|
108 | 126 |
|
109 | 127 |
|
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
110 | 138 |
|
111 | 139 |
|
112 | 140 |
|
|
0 commit comments