[PATCH] D38643: PR13575: Fix USR mangling for fixed-size arrays.

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 6 13:28:56 PDT 2017


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





More information about the cfe-commits mailing list