================
@@ -3284,10 +3284,12 @@ def briefComment(self) -> str:
def __repr__(self) -> str:
return (
- f"{' | '.join(str(a) for a in self)}"
- f" || Priority: {self.priority}"
- f" || Availability: {self.availability}"
- f" || Brief comment: {self.briefComment}"
+ "{} || Priority: {} || Availability: {} || Brief comment:
{}".format(
+ " | ".join(str(a) for a in self),
----------------
DeinAlptraum wrote:
Yup looks good to me!
https://github.com/llvm/llvm-project/pull/173861
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits