]> granicus.if.org Git - clang/commitdiff
Remove space-break that interrupts one string literal. This is fine in C, but not...
authorTed Kremenek <kremenek@apple.com>
Wed, 11 Mar 2009 00:15:49 +0000 (00:15 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 11 Mar 2009 00:15:49 +0000 (00:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66616 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index cec28a2a48f7e75cf835956206c41dc3dc8691a1..4910616eea73141f00f925591839be2e2e60613f 100644 (file)
@@ -109,7 +109,7 @@ def err_duplicate_protocol_def : Error<"duplicate protocol definition of %0">;
 def err_undeclared_protocol : Error<"cannot find protocol declaration for %0">;
 def warn_undef_protocolref : Warning<"cannot find protocol definition for %0">;
 def warn_readonly_property : Warning<
-  "attribute 'readonly' of property %0 restricts attribute " "'readwrite' of property inherited from %1">;
+  "attribute 'readonly' of property %0 restricts attribute 'readwrite' of property inherited from %1">;
 
 def warn_property_attribute : Warning<
   "property %0 '%1' attribute does not match the property inherited from %2">;
@@ -166,7 +166,7 @@ def error_bad_category_property_decl : Error<
 def error_bad_property_context : Error<
   "property implementation must be in a class or category implementation">;
 def error_missing_property_ivar_decl : Error<
-  "synthesized property %0 must either be named the same as a compatible" " ivar or must explicitly name an ivar">;
+  "synthesized property %0 must either be named the same as a compatible ivar or must explicitly name an ivar">;
 def error_property_ivar_type : Error<
   "type of property %0 does not match type of ivar %1">;
 def error_weak_property : Error<
@@ -304,7 +304,7 @@ def warn_attribute_weak_on_field : Warning<
 def warn_attribute_weak_on_local : Warning<
   "__weak attribute cannot be specified on an automatic variable">;
 def warn_attribute_wrong_decl_type : Warning<
-  "'%0' attribute only applies to %select{function|union|" "variable and function|function or method}1 types">;
+  "'%0' attribute only applies to %select{function|union|variable and function|function or method}1 types">;
 def warn_attribute_ignored_for_field_of_type : Warning<
   "%0 attribute ignored for field of type %1">;
 def warn_transparent_union_attribute_field_size : Warning<