diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-03-13 20:14:52 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-03-13 20:14:52 +0000 |
commit | a530f9c03b1385206e7daeb932c58414b81e42f2 (patch) | |
tree | 1ff4a755656de2b5a03beb95ab16e2210e765b5b | |
parent | 0374d7feb0b76a95dbea79b66ac57badf7fc2e09 (diff) | |
download | bcm5719-llvm-a530f9c03b1385206e7daeb932c58414b81e42f2.tar.gz bcm5719-llvm-a530f9c03b1385206e7daeb932c58414b81e42f2.zip |
Add missing space.
llvm-svn: 98448
-rw-r--r-- | clang/include/clang/Basic/DiagnosticSemaKinds.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td index 175fbe9c0f8..3519899c77f 100644 --- a/clang/include/clang/Basic/DiagnosticSemaKinds.td +++ b/clang/include/clang/Basic/DiagnosticSemaKinds.td @@ -1251,7 +1251,7 @@ def err_not_class_template_specialization : Error< 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 " |