- '-Wctad-selects-copy' warns when copy deduction candidate is selected in CTAD, and the initialization is a direct-initialization. The warning is suppressed when the class template is in a system header and has at least one explicit deduction guide.
- Add a group '-Wctad-maybe-unintended' controlling '-Wctad-selects-copy' and '-Wctad-maybe-unsupported'.
Fixes #63288
Maybe we should just call that Wctad?