summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Beaumont-Gay <matthewbg@google.com>2012-04-17 20:36:24 +0000
committerMatt Beaumont-Gay <matthewbg@google.com>2012-04-17 20:36:24 +0000
commite1a6eacdc01db5015f6add2b0155273d174ddc6b (patch)
treef483cf773589fd845e73fd08c8b5f5d59dce9801 /include
parent70712b276e40bbe11e5063dfc7e82ce3209929cd (diff)
add missing parameter index to diag
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154949 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/Basic/DiagnosticSemaKinds.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td
index 779af403a6..a7c6ca3bbe 100644
--- a/include/clang/Basic/DiagnosticSemaKinds.td
+++ b/include/clang/Basic/DiagnosticSemaKinds.td
@@ -3912,7 +3912,7 @@ def err_nosetter_property_incdec : Error<
def err_nogetter_property_compound_assignment : Error<
"a getter method is needed to perform a compound assignment on a property">;
def err_nogetter_property_incdec : Error<
- "no getter method %1 for %select{increment|decrement} of property">;
+ "no getter method %1 for %select{increment|decrement}0 of property">;
def error_no_subobject_property_setting : Error<
"expression is not assignable">;
def err_qualified_objc_access : Error<