[cfe-commits] r144171 - in /cfe/trunk/include/clang: AST/ Analysis/ Analysis/Analyses/ Frontend/ Index/ Lex/ Sema/ Serialization/

Douglas Gregor dgregor at apple.com
Wed Nov 9 07:12:16 PST 2011


On Nov 8, 2011, at 10:07 PM, David Blaikie wrote:

> Author: dblaikie
> Date: Wed Nov  9 00:07:30 2011
> New Revision: 144171
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=144171&view=rev
> Log:
> Fixing 80 col violations (& removing any trailing whitespace on files I was touching anyway)


Please *do not* make whitespace changes like this. It screws up the results of "svn annotate", which we lean on heavily, and has no actual benefits. Whitespace/formatting tweaks are okay within the specific code that you're working on anyway, as part of an actual semantic change.

	- Doug



More information about the cfe-commits mailing list