[LLVMdev] [RFC] Fix leading and trailing spaces

Chris Lattner clattner at apple.com
Mon Jul 8 16:14:40 PDT 2013


On Jul 8, 2013, at 11:39 AM, Ondřej Bílka <neleai at seznam.cz> wrote:

> Hi,
> 
> I am writing tool to simplify automated refactorings. One of
> prerequisites is have clean codebase, so a refactorer can be simple and
> created formatting inconsistencies can be eliminated by formatter.

Cool.

> My plan to keep codebase clean is first run a cleanup systemwide, then
> keep it by hook/ periodicaly rerunning cleanup. 

Please don't do this.  We don't like widespread changes like this, they make svn archeology more difficult.

-Chris



More information about the llvm-dev mailing list