[cfe-commits] r86016 - /cfe/trunk/include/clang/Frontend/DiagnosticOptions.h

Daniel Dunbar daniel at zuster.org
Tue Nov 3 22:57:08 PST 2009


Author: ddunbar
Date: Wed Nov  4 00:57:08 2009
New Revision: 86016

URL: http://llvm.org/viewvc/llvm-project?rev=86016&view=rev
Log:
Fix commento.

Modified:
    cfe/trunk/include/clang/Frontend/DiagnosticOptions.h

Modified: cfe/trunk/include/clang/Frontend/DiagnosticOptions.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/DiagnosticOptions.h?rev=86016&r1=86015&r2=86016&view=diff

==============================================================================
--- cfe/trunk/include/clang/Frontend/DiagnosticOptions.h (original)
+++ cfe/trunk/include/clang/Frontend/DiagnosticOptions.h Wed Nov  4 00:57:08 2009
@@ -21,7 +21,7 @@
 public:
   unsigned ShowColumn : 1;       /// Show column number on diagnostics.
   unsigned ShowLocation : 1;     /// Show source location information.
-  unsigned ShowCarets : 1;       /// Show source location information.
+  unsigned ShowCarets : 1;       /// Show carets in diagnostics.
   unsigned ShowFixits : 1;       /// Show fixit information.
   unsigned ShowSourceRanges : 1; /// Show source ranges in numeric form.
   unsigned ShowOptionNames : 1;  /// Show the diagnostic name for mappable





More information about the cfe-commits mailing list