[cfe-commits] r66059 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.def

Sebastian Redl sebastian.redl at getdesigned.at
Wed Mar 4 11:58:59 PST 2009


Author: cornedbee
Date: Wed Mar  4 13:58:58 2009
New Revision: 66059

URL: http://llvm.org/viewvc/llvm-project?rev=66059&view=rev
Log:
Fix typo in diagnostic.

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.def

Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.def?rev=66059&r1=66058&r2=66059&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.def (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.def Wed Mar  4 13:58:58 2009
@@ -403,7 +403,7 @@
 DIAG(warn_attribute_nonnull_no_pointers, WARNING,
      "'nonnull' attribute applied to function with no pointer arguments")
 DIAG(warn_transparent_union_nonpointer, WARNING,
-     "'transparent_union' attribute support incomplete; only supported for"
+     "'transparent_union' attribute support incomplete; only supported for "
      "pointer unions")
 DIAG(warn_attribute_sentinel_not_variadic, WARNING,
      "'sentinel' attribute only supported for variadic functions")





More information about the cfe-commits mailing list