================
@@ -507,7 +507,7 @@ static unsigned AlignTokens(const FormatStyle &Style, F 
&&Matches,
   };
 
   unsigned I = StartAt;
-  unsigned E = Changes.size();
+  auto E = Changes.size();
----------------
owenca wrote:

`const auto` as suggested?

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

Reply via email to