arphaman added inline comments.
================
Comment at: lib/Index/USRGeneration.cpp:757
VisitType(FT->getReturnType());
- for (const auto &I : FT->param_types())
+ Out << '(';
+ for (const auto &I : FT->param_types()) {
----------------
I believe you can drop the '(' and ')'. The '#' should be enough to prevent the
USR collision.
https://reviews.llvm.org/D38707
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits