https://github.com/erichkeane commented:

This loop is using a bunch of traditional for loops instead of 'range-for' (and 
loops instead of algorithms!).  It would be a vast improvement to replace those 
with std::algorithms if they end up being 'simple' enough, and at least 
range-for loops.

https://github.com/llvm/llvm-project/pull/136810
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to