================ @@ -578,6 +579,8 @@ namespace llvm { return OS; } + std::string &operator+=(std::string &LHS, const Twine &RHS); ---------------- frederick-vs-ja wrote: Do we want this to be a hidden friend? https://github.com/llvm/llvm-project/pull/140644