================
@@ -563,7 +563,7 @@ def __init__(self, range, value):
self.value = value
def __repr__(self):
- return f"<FixIt range {self.range!r}, value {self.value!r}>"
+ return "<FixIt range {}, value {}>".format(self.range, self.value)
----------------
mikomikotaishi wrote:
My mistake. I mistakenly believed `str.format()` would use `repr()` implicitly,
but it apparently does not. I'll fix that
https://github.com/llvm/llvm-project/pull/173861
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits