This allows us to see the default template parameters too.
This is a regression in clang 4.0, so uplifting to a dot release would be neat (but not required, I guess).
The regression was caused by https://reviews.llvm.org/D26663.
Fixes bug 32539 (https://bugs.llvm.org//show_bug.cgi?id=32539).
Hmm, that's an interesting change. I assume the test passed prior to this patch, right? Did this output change purely because of the change in GetTemplateArguments?