[PATCH] D20216: clang-rename: check that the source location we find actually has the old name

Miklos Vajna via cfe-commits cfe-commits at lists.llvm.org
Fri May 13 01:38:52 PDT 2016


vmiklos updated this revision to Diff 57140.
vmiklos added a comment.

Got rid of startswith() and now using StringRef everywhere instead of a mix of std::string, const std::string and const std::string&.


http://reviews.llvm.org/D20216

Files:
  clang-rename/RenamingAction.cpp
  clang-rename/USRLocFinder.cpp
  clang-rename/USRLocFinder.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20216.57140.patch
Type: text/x-patch
Size: 3892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160513/0a2193d2/attachment.bin>


More information about the cfe-commits mailing list