llvm-project
abf1d0be
- [clang][Python] Use fstrings instead of string concatenations (#173861)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
76 days ago
[clang][Python] Use fstrings instead of string concatenations (#173861) This PR replaces string concatenations and the older `%` string interpolation with fstrings. These changes were originally part of #173845 but have been moved to a new PR.
References
#173861 - [clang][Python] Use str.format instead of string concatenations
Author
mikomikotaishi
Parents
5e87f814
Loading