[cfe-commits] r141486 - in /cfe/trunk/lib: Driver/ToolChains.cpp Frontend/CompilerInstance.cpp Parse/ParseStmt.cpp Sema/SemaTemplateInstantiateDecl.cpp

Douglas Gregor dgregor at apple.com
Sun Oct 9 10:21:34 PDT 2011


On Oct 8, 2011, at 4:31 AM, NAKAMURA Takumi wrote:

> Author: chapuni
> Date: Sat Oct  8 06:31:46 2011
> New Revision: 141486
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=141486&view=rev
> Log:
> Whitespace
> 
> Modified:
>    cfe/trunk/lib/Driver/ToolChains.cpp
>    cfe/trunk/lib/Frontend/CompilerInstance.cpp
>    cfe/trunk/lib/Parse/ParseStmt.cpp
>    cfe/trunk/lib/Sema/SemaTemplateInstantiateDecl.cpp


Please do not commit whitespace changes, because it screws up history (for svn annotate). It's fine to clean up whitespace around some code you're actually changing, of course.

	- Doug



More information about the cfe-commits mailing list