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

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 30 05:14:50 PST 2025


Endilll wrote:

That said, I agree that here f-string are an improvement, because it's at the end of the string, I guess
```python
            msg = f"Error reparsing translation unit. Error code: {result}"
```

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


More information about the cfe-commits mailing list