================
@@ -703,6 +700,7 @@ void BreakableBlockComment::insertBreak(unsigned LineIndex, 
unsigned TailOffset,
                                         WhitespaceManager &Whitespaces) const {
   StringRef Text = Content[LineIndex].substr(TailOffset);
   StringRef Prefix = Decoration;
+  std::string PrefixStorage;
----------------
HazardyKnusperkeks wrote:

```suggestion
  SmallString<128> PrefixStorage;
```

https://github.com/llvm/llvm-project/pull/190209
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to