[cfe-commits] r116990 - in /cfe/trunk: include/clang/Basic/LangOptions.h include/clang/Driver/CC1Options.td include/clang/Driver/Options.td lib/Basic/Targets.cpp lib/Driver/Tools.cpp lib/Frontend/CompilerInvocation.cpp lib/Serialization/ASTReader.cpp lib/Serialization/ASTWriter.cpp
Douglas Gregor
dgregor at apple.com
Wed Oct 20 20:48:03 PDT 2010
On Oct 20, 2010, at 8:16 PM, Michael J. Spencer wrote:
> Author: mspencer
> Date: Wed Oct 20 22:16:25 2010
> New Revision: 116990
>
> URL: http://llvm.org/viewvc/llvm-project?rev=116990&view=rev
> Log:
> Fix Whitespace.
Please don't do this. The only thing it does is confuse "svn blame". Fix whitespace locally when you're making a change to that code anyway.
- Doug
More information about the cfe-commits
mailing list