[PATCH] D20192: [Sema] Fix bug to do with lookup of template friend function in namespace

Erik Pilkington via cfe-commits cfe-commits at lists.llvm.org
Mon May 16 10:40:29 PDT 2016


erik.pilkington added a comment.

Very weird, the test suite runs fine on my machine. Looks like the expected line for the diagnostics on your run is always one more than the line of the actual diagnostic. Could you please update your build to top-of-trunk, reapply the patch, and run the suite again?
If that doesn't work, maybe trying running the test on this file:
https://gist.github.com/EPilkington/662b516d2448919aaeebe1e4dce9d92b

Thanks for pointing this out, and please let me know what happens!


http://reviews.llvm.org/D20192





More information about the cfe-commits mailing list