Commit 8d28364
[ADT] Deprecate variadic
Suggest the initializer_list overload instead. I plan to deprecate the
last variadic `.Cases` in a separate PR.
For more context, see llvm#163117.StringSwitch::CasesLower. NFC. (llvm#166016)1 parent b8d2e94 commit 8d28364
File tree
3 files changed
+5
-4
lines changed- clang/lib/CIR/CodeGen
- llvm
- include/llvm/ADT
- lib/MC/MCParser
3 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5323 | 5323 | | |
5324 | 5324 | | |
5325 | 5325 | | |
5326 | | - | |
| 5326 | + | |
5327 | 5327 | | |
5328 | | - | |
5329 | | - | |
| 5328 | + | |
| 5329 | + | |
5330 | 5330 | | |
5331 | 5331 | | |
5332 | 5332 | | |
| |||
0 commit comments