With #161047 merged, we can now output APSInt and APInt values in diagnostic messages more easily.
We should
- Review the toString()usage in diagnostic message emission and review if we should instead use the new<< Valueversion.
- If so, do that and if there's no test that fails, add a new one