alexshap added a subscriber: alexshap.

================
Comment at: clang-refactor/driver/Rename.h:192
@@ +191,3 @@
+      auto ID = Sources.translateFile(Entry);
+      Rewrite.getEditBuffer(ID).write(outs());
+    }
----------------
if i am not mistaken if the file has not been modified this will print smth like
"invalid source location" or similar. Pls, double check me.


https://reviews.llvm.org/D24192



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

Reply via email to