arphaman added a comment.

Hmm, after more analysis I realized that this is not the right solution for the 
rename problem. It would be correct to map one file:line:column location to a 
set of `SourceLocation`s, and to use the old `isPointWithin` on a set of such 
locations. I opened https://reviews.llvm.org/D50926 instead. Sorry for the 
trouble!


Repository:
  rC Clang

https://reviews.llvm.org/D50740



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to