mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
Update all uses of variadic `.Cases` to use the initializer list overload instead. I plan to mark variadic `.Cases` as deprecated in a followup PR. For more context, see https://github.com/llvm/llvm-project/pull/163117.