arphaman added a comment. Thanks for working on this! Could you please post the patch with full context (`git diff -U999999`)?
================ Comment at: test/Index/USR/array-type.cpp:1 +// RUN: c-index-test core -print-source-symbols -- %s | grep "function(Gen,TS)/C++" | grep foo | cut -s -d "|" -f 4 | uniq | wc -l | grep 3 + ---------------- Please use `FileCheck` and verify the exact USR strings. This way you'll know that they're unique without actually trying to verify if they're unique in the test. Repository: rL LLVM https://reviews.llvm.org/D38643 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits