PeterChou1 wrote:

> Did you consider using raw_ostream instead of String? in any case i agree 
> that you should not use SmallString<0> over std::string (std::string will be 
> more efficient as it always has a small buffer - not that you are likely to 
> be able to use it in this use case)

I've refactor the PR to use raw_ostream now, let me know if what you think


https://github.com/llvm/llvm-project/pull/105893
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to