[cfe-commits] r45807 - /cfe/trunk/Driver/clang.cpp

Chris Lattner sabre at nondot.org
Wed Jan 9 17:41:55 PST 2008


Author: lattner
Date: Wed Jan  9 19:41:55 2008
New Revision: 45807

URL: http://llvm.org/viewvc/llvm-project?rev=45807&view=rev
Log:
Ted apparently likes crazy whitespace at the end of line.  Crush his spirit by
removing them, fitting the file into 80 columns. :)

Modified:
    cfe/trunk/Driver/clang.cpp

Modified: cfe/trunk/Driver/clang.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Driver/clang.cpp?rev=45807&r1=45806&r2=45807&view=diff

==============================================================================
--- cfe/trunk/Driver/clang.cpp (original)
+++ cfe/trunk/Driver/clang.cpp Wed Jan  9 19:41:55 2008
@@ -110,7 +110,7 @@
              clEnumValN(WarnUninitVals, "warn-uninit-values",
                         "Flag warnings of uses of unitialized variables."),
              clEnumValN(AnalysisGRConstProp, "gr-const-prop",
-                        "Perform path-sensitive constant propagation."),                            
+                        "Perform path-sensitive constant propagation."),
              clEnumValN(TestSerialization, "test-pickling",
                         "Run prototype serializtion code."),
              clEnumValN(EmitLLVM, "emit-llvm",





More information about the cfe-commits mailing list