aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-09-26 02:14:16 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-09-26 02:14:16 +0000
commitaef05892611562a5a2de7f4687c9f22607d3a9ac (patch)
treeb4ea8158a88a13afa54ab6ba0049aa0019d806bb
parenta65cb0ced55c8a382e8d42881983f84793b4d5b6 (diff)
Add missing spaces in diagnostic messages.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140512 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Basic/DiagnosticSemaKinds.td5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td
index 6f3e151e09..15f84fa78a 100644
--- a/include/clang/Basic/DiagnosticSemaKinds.td
+++ b/include/clang/Basic/DiagnosticSemaKinds.td
@@ -517,7 +517,7 @@ def err_use_continuation_class : Error<
"illegal redeclaration of property in continuation class %0"
" (attribute must be 'readwrite', while its primary must be 'readonly')">;
def error_type_mismatch_continuation_class : Error<
- "type of property %0 in continuation class does not match"
+ "type of property %0 in continuation class does not match "
"property type in primary class">;
def err_use_continuation_class_redeclaration_readwrite : Error<
"illegal redeclaration of 'readwrite' property in continuation class %0"
@@ -555,8 +555,7 @@ def warn_arc_perform_selector_leaks : Warning<
"performSelector may cause a leak because its selector is unknown">,
InGroup<DiagGroup<"arc-performSelector-leaks">>;
def err_gc_weak_property_strong_type : Error<
- "weak attribute declared on a __strong type property"
- "in GC mode">;
+ "weak attribute declared on a __strong type property in GC mode">;
def error_synthesized_ivar_yet_not_supported : Error<
"instance variable synthesis not yet supported"