Ping

On 07/07/2014 01:35, Alp Toker wrote:
Hi Fariborz,

As far as I can tell the original CI is immutable at this point, so changing it isn't needed or desirable at this point. OK to remove this line? No change in test results.

Alp.

--
http://www.nuanti.com
the browser experts


ObjCAutoRefCount.patch


diff --git a/lib/ARCMigrate/ARCMT.cpp b/lib/ARCMigrate/ARCMT.cpp
index 8a13b2e..9d525ff 100644
--- a/lib/ARCMigrate/ARCMT.cpp
+++ b/lib/ARCMigrate/ARCMT.cpp
@@ -369,7 +369,6 @@ static bool applyTransforms(CompilerInvocation &origCI,
                              DiagClient, /*ShouldOwnClient=*/false));
if (outputDir.empty()) {
-    origCI.getLangOpts()->ObjCAutoRefCount = true;
      return migration.getRemapper().overwriteOriginal(*Diags);
    } else {
      return migration.getRemapper().flushToDisk(outputDir, *Diags);

--
http://www.nuanti.com
the browser experts

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to