[PATCH] clang-replace: Delete change description files

Edwin Vane edwin.vane at intel.com
Mon Aug 26 05:40:45 PDT 2013



================
Comment at: clang-replace/tool/ClangReplaceMain.cpp:28
@@ -27,1 +27,3 @@
 
+static cl::opt<bool> RemoveTUReplacementFiles(
+    "remove-change-desc-files",
----------------
I thought the point was to remove files only if everything *was* successfully applied? Default behaviour should be no deletion. A command line switch indicates it's ok to delete files if everything applied cleanly.


http://llvm-reviews.chandlerc.com/D1492



More information about the cfe-commits mailing list