Skip to content
Commit b8914dd4 authored by Daniel Jasper's avatar Daniel Jasper
Browse files

Improve formatting of function types in template parameters.

Before: A<int * (int)>;
After:  A<int *(int)>;
llvm-svn: 177505
parent 168ee99f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment