Details
Diff Detail
Event Timeline
| lib/Index/USRGeneration.cpp | ||
|---|---|---|
| 757–759 | I believe you can drop the '(' and ')'. The '#' should be enough to prevent the USR collision.  | |
| lib/Index/USRGeneration.cpp | ||
|---|---|---|
| 757–759 | Actually, this is a great question! I was worried it might not be the case so I created two more test cases.  I am not saying this is the only possible way how to represent function pointers but for proposed solution those parentheses are needed.  | |
I believe you can drop the '(' and ')'. The '#' should be enough to prevent the USR collision.