[cfe-commits] r114711 - in /cfe/trunk/lib/Driver: Driver.cpp Tools.cpp
Nick Lewycky
nicholas at mxc.ca
Thu Sep 23 16:48:21 PDT 2010
Author: nicholas
Date: Thu Sep 23 18:48:20 2010
New Revision: 114711
URL: http://llvm.org/viewvc/llvm-project?rev=114711&view=rev
Log:
Fix header comment so we don't break emacs.
Modified:
cfe/trunk/lib/Driver/Driver.cpp
cfe/trunk/lib/Driver/Tools.cpp
Modified: cfe/trunk/lib/Driver/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Driver.cpp?rev=114711&r1=114710&r2=114711&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Driver.cpp (original)
+++ cfe/trunk/lib/Driver/Driver.cpp Thu Sep 23 18:48:20 2010
@@ -1,4 +1,4 @@
-//===--- Driver.cpp - Clang GCC Compatible Driver -----------------------*-===//
+//===--- Driver.cpp - Clang GCC Compatible Driver -------------------------===//
//
// The LLVM Compiler Infrastructure
//
Modified: cfe/trunk/lib/Driver/Tools.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?rev=114711&r1=114710&r2=114711&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Tools.cpp (original)
+++ cfe/trunk/lib/Driver/Tools.cpp Thu Sep 23 18:48:20 2010
@@ -1,4 +1,4 @@
-//===--- Tools.cpp - Tools Implementations ------------------------------*-===//
+//===--- Tools.cpp - Tools Implementations --------------------------------===//
//
// The LLVM Compiler Infrastructure
//
More information about the cfe-commits
mailing list