Commit c3be122
src: allow
Modernize the code so there is no need to work with raw C strings
anymore.
PR-URL: #60058
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>std::string_view arguments to SPrintF() and friends1 parent 764d356 commit c3be122Copy full SHA for c3be122
File tree
Expand file treeCollapse file tree
3 files changed
+44
-32
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
3 files changed
+44
-32
lines changedOpen diff view settings
Collapse file
+34-21Lines changed: 34 additions & 21 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
65 | 65 | |
66 | 66 | |
67 | 67 | |
68 | | - |
69 | | - |
70 | | - |
71 | | - |
72 | | - |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
73 | 74 | |
74 | | - |
| 75 | + |
| 76 | + |
75 | 77 | |
76 | 78 | |
77 | 79 | |
78 | 80 | |
79 | | - |
80 | | - |
81 | | - |
82 | | - |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
83 | 88 | |
84 | | - |
85 | | - |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
86 | 93 | |
87 | | - |
88 | | - |
89 | | - |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
90 | 98 | |
91 | 99 | |
92 | | - |
93 | | - |
94 | | - |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
95 | 104 | |
96 | 105 | |
97 | 106 | |
| ||
120 | 129 | |
121 | 130 | |
122 | 131 | |
123 | | - |
| 132 | + |
| 133 | + |
124 | 134 | |
125 | 135 | |
126 | 136 | |
127 | 137 | |
128 | | - |
| 138 | + |
| 139 | + |
129 | 140 | |
130 | 141 | |
131 | 142 | |
132 | 143 | |
133 | | - |
| 144 | + |
| 145 | + |
| 146 | + |
134 | 147 | |
135 | 148 | |
136 | 149 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | | - |
| 38 | + |
39 | 39 | |
40 | 40 | |
41 | 41 | |
|
Collapse file
+8-9Lines changed: 8 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
134 | 134 | |
135 | 135 | |
136 | 136 | |
137 | | - |
| 137 | + |
138 | 138 | |
139 | 139 | |
140 | 140 | |
| ||
159 | 159 | |
160 | 160 | |
161 | 161 | |
162 | | - |
| 162 | + |
163 | 163 | |
164 | 164 | |
165 | 165 | |
166 | 166 | |
167 | 167 | |
168 | | - |
| 168 | + |
169 | 169 | |
170 | 170 | |
171 | 171 | |
172 | | - |
| 172 | + |
| 173 | + |
173 | 174 | |
174 | 175 | |
175 | 176 | |
| ||
250 | 251 | |
251 | 252 | |
252 | 253 | |
253 | | - |
254 | | - |
255 | | - |
256 | | - |
| 254 | + |
| 255 | + |
257 | 256 | |
258 | 257 | |
259 | 258 | |
| ||
275 | 274 | |
276 | 275 | |
277 | 276 | |
278 | | - |
| 277 | + |
279 | 278 | |
280 | 279 | |
281 | 280 | |
|
0 commit comments