[PATCH] clang-replace: Delete change description files

Edwin Vane edwin.vane at intel.com
Mon Aug 26 12:27:51 PDT 2013



================
Comment at: clang-replace/ApplyReplacements.cpp:224
@@ -220,1 +223,3 @@
 
+bool deleteReplacementFiles(const TUReplacementFiles &Files) {
+  bool Success = true;
----------------
This function should take Diagnostics. Don't have to use it yet.


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

BRANCH
  master

ARCANIST PROJECT
  clang-tools-extra



More information about the cfe-commits mailing list