Files
llvm/lld/Common
Jakub Kuderski 3526bb099e [ADT] Deprecate StringSwitch Cases with 3+ args. NFC. (#165119)
Suggest the `initializer_list` overload instead.

3+ args is an arbitrary number that allows for incremental depreciation
without having to update too many call sites.

For more context, see https://github.com/llvm/llvm-project/pull/163117.
2025-10-25 19:54:07 -04:00
..