Emit proper diagnostics when -Wdocumentation is used with constructs such as:
template<typename T> using fn = int(T aaa, int ccc);
Previously clang wouldn't recognize the function and complain with
'comment that is not attached to a function declaration'.
For consistency with the rest of the file, could you use '11' instead of 'A'?
Could you also add these two tests: