[clang] fix alias ctad producing function template with no template parameters
Also fixes the same problem with error recovery for invalid template template
parameters.
This also adds asserts to the template constructors to make sure this
doesn't happen again.