[cfe-commits] r152160 - /cfe/trunk/include/clang/Driver/Driver.h

Chad Rosier mcrosier at apple.com
Tue Mar 6 15:19:26 PST 2012


Author: mcrosier
Date: Tue Mar  6 17:19:26 2012
New Revision: 152160

URL: http://llvm.org/viewvc/llvm-project?rev=152160&view=rev
Log:
Missing period.

Modified:
    cfe/trunk/include/clang/Driver/Driver.h

Modified: cfe/trunk/include/clang/Driver/Driver.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Driver.h?rev=152160&r1=152159&r2=152160&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Driver.h (original)
+++ cfe/trunk/include/clang/Driver/Driver.h Tue Mar  6 17:19:26 2012
@@ -113,7 +113,7 @@
   /// Whether the driver should follow g++ like behavior.
   unsigned CCCIsCXX : 1;
 
-  /// Whether the driver is just the preprocessor
+  /// Whether the driver is just the preprocessor.
   unsigned CCCIsCPP : 1;
 
   /// Echo commands while executing (in -v style).





More information about the cfe-commits mailing list