[llvm-commits] [llvm] r77461 - in /llvm/trunk: include/llvm/Support/FormattedStream.h lib/Support/FormattedStream.cpp

Andreas Bolka andreas.bolka at gmx.net
Wed Jul 29 09:48:36 PDT 2009


Hi David,

On Wed Jul 29 16:08:35 UTC 2009, David Greene wrote:
> Author: greened
> Date: Wed Jul 29 11:08:27 2009
> New Revision: 77461
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=77461&view=rev
> Log:
> 
> Re-apply previous changes and improve column padding performance some more.

[..]

> +  while (Scanned != end()) {

Please move the `end()` out of the loop or add a comment if it's really
needed there (cf. http://llvm.org/docs/CodingStandards.html#ll_end).

-- 
Andreas



More information about the llvm-commits mailing list