[clang] [clang][Python] Use fstrings instead of string concatenations (PR #173861)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 29 07:55:37 PST 2025


https://github.com/Endilll requested changes to this pull request.

I'm not sure this is an improvement overall, because format of strings is obscured by the code inside curly braces. If we are to make changes here, I'd rather reach for `string.format()`

https://github.com/llvm/llvm-project/pull/173861


More information about the cfe-commits mailing list