[cfe-commits] r98448 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Rafael Espindola rafael.espindola at gmail.com
Sat Mar 13 12:14:53 PST 2010


Author: rafael
Date: Sat Mar 13 14:14:52 2010
New Revision: 98448

URL: http://llvm.org/viewvc/llvm-project?rev=98448&view=rev
Log:
Add missing space.

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

Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=98448&r1=98447&r2=98448&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Sat Mar 13 14:14:52 2010
@@ -1251,7 +1251,7 @@
 def err_template_spec_needs_header : Error<
   "template specialization requires 'template<>'">;
 def err_template_spec_needs_template_parameters : Error<
-  "template specialization or definition requires a template parameter list"
+  "template specialization or definition requires a template parameter list "
   "corresponding to the nested type %0">;
 def err_template_param_list_matches_nontemplate : Error<
   "template parameter list matching the non-templated nested type %0 should "





More information about the cfe-commits mailing list