summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/DiagnosticOptions.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-04 06:57:08 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-04 06:57:08 +0000
commitac9cf4d943c33484caa235627c440d68d82f4337 (patch)
tree3dcd7a01aedce6ba270f7548a3b4ae12ecc91359 /include/clang/Frontend/DiagnosticOptions.h
parent29d63fc14cd2f97da05321c00a297e22ad210ec6 (diff)
Fix commento.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86016 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/DiagnosticOptions.h')
-rw-r--r--include/clang/Frontend/DiagnosticOptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Frontend/DiagnosticOptions.h b/include/clang/Frontend/DiagnosticOptions.h
index 958a8e9191..58673e4dad 100644
--- a/include/clang/Frontend/DiagnosticOptions.h
+++ b/include/clang/Frontend/DiagnosticOptions.h
@@ -21,7 +21,7 @@ class DiagnosticOptions {
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