[PATCH] D25508: [clang-move] Compare with real paths of symlinks

Eric Liu via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 12 07:46:33 PDT 2016


ioeric accepted this revision.
ioeric added a comment.
This revision is now accepted and ready to land.

Lg with one nit.



================
Comment at: clang-move/ClangMove.cpp:410
   std::string AbsolutePath = MakeAbsolutePath(SM, FileName);
   if (MakeAbsolutePath(OriginalRunningDirectory, Spec.OldHeader) ==
       AbsolutePath) {
----------------
This duplicates `MakeAbsolutePath` in line 400


https://reviews.llvm.org/D25508





More information about the cfe-commits mailing list