[llvm-commits] [llvm] r81354 - /llvm/trunk/lib/Transforms/Scalar/LoopUnswitch.cpp
Mike Stump
mrs at apple.com
Wed Sep 9 11:04:33 PDT 2009
On Sep 9, 2009, at 10:17 AM, Dan Gohman wrote:
> Author: djg
> Date: Wed Sep 9 12:17:19 2009
> New Revision: 81354
>
> URL: http://llvm.org/viewvc/llvm-project?rev=81354&view=rev
> Log:
> Fix an 80-column violation.
If you use emacs, you'll want to drag out your width to 81 characters
so that lines that aren't too long don't have a \ at the ends of
them. If you use emacs, you'll want to use the settings from utils/
emacs/emacs.el to ensure the fill column is correct. :-) If you use
emacs, you can hit M-q to reflow automatically. Works for simple
enough things, otherwise one can add blank lines before and after,
reflow, then delete them. I like my new -Wreflow -Wcols=80 compiler
option, they are really cool. Maybe next year we'll add fixit support!
More information about the llvm-commits
mailing list