[cfe-commits] r163870 - /cfe/trunk/lib/Driver/Driver.cpp

Bob Wilson bob.wilson at apple.com
Thu Sep 13 20:35:43 PDT 2012


Author: bwilson
Date: Thu Sep 13 22:35:42 2012
New Revision: 163870

URL: http://llvm.org/viewvc/llvm-project?rev=163870&view=rev
Log:
Improve the driver title as shown in the --help message. <rdar://12297538>

Modified:
    cfe/trunk/lib/Driver/Driver.cpp

Modified: cfe/trunk/lib/Driver/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Driver.cpp?rev=163870&r1=163869&r2=163870&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Driver.cpp (original)
+++ cfe/trunk/lib/Driver/Driver.cpp Thu Sep 13 22:35:42 2012
@@ -52,7 +52,7 @@
     ClangExecutable(ClangExecutable), SysRoot(DEFAULT_SYSROOT),
     UseStdLib(true), DefaultTargetTriple(DefaultTargetTriple),
     DefaultImageName(DefaultImageName),
-    DriverTitle("clang \"gcc-compatible\" driver"),
+    DriverTitle("clang LLVM compiler"),
     CCPrintOptionsFilename(0), CCPrintHeadersFilename(0),
     CCLogDiagnosticsFilename(0), CCCIsCXX(false),
     CCCIsCPP(false),CCCEcho(false), CCCPrintBindings(false),





More information about the cfe-commits mailing list