Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Index/USRGeneration.cpp | ||
---|---|---|
757 ↗ | (On Diff #118281) | I believe you can drop the '(' and ')'. The '#' should be enough to prevent the USR collision. |
lib/Index/USRGeneration.cpp | ||
---|---|---|
757 ↗ | (On Diff #118281) | 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. |