From 1def2579e10dd84405465f403e8c31acebff0c97 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 8 Jul 2021 13:30:14 -0700 Subject: PR51018: Remove explicit conversions from SmallString to StringRef to future-proof against C++23 C++23 will make these conversions ambiguous - so fix them to make the codebase forward-compatible with C++23 (& a follow-up change I've made will make this ambiguous/invalid even in