[NFC] Tweak diagnostic for template template arguments, to include template aliases.
authorFaisal Vali <faisalv@yahoo.com>
Sat, 26 Mar 2016 20:46:45 +0000 (20:46 +0000)
committerFaisal Vali <faisalv@yahoo.com>
Sat, 26 Mar 2016 20:46:45 +0000 (20:46 +0000)
commitb8b04f8526375676d6d51f4f01acb69eada1d02c
tree06d2cf04e061e4b526acfd11e05351946b09066c
parentf6d61afc146441d1f1b3ae564da54e0d40882368
[NFC] Tweak diagnostic for template template arguments, to include template aliases.

The prior diagnostic (err_template_arg_not_class_template) would state that the template argument to a template template parameter can only be a class template, when it can also be a template alias.  The newly renamed diagnostic (err_template_arg_not_valid_template) mentions template aliases.

llvm-svn: 264522
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaTemplate.cpp