================
@@ -3604,7 +3589,7 @@ def reparse(self, unsaved_files=None, options=0):
             )
         )
         if result != 0:
-            msg = "Error reparsing translation unit. Error code: " + 
str(result)
+            msg: str = f"Error reparsing translation unit. Error code: 
{result}"
----------------
Endilll wrote:

Adding a type annotation doesn't fit the scope of the PR as declared by the 
title. Let's leave it for another day.

https://github.com/llvm/llvm-project/pull/173861
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to