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

Reverted because this fails for-in.m by crashing the compiler when compiling:

  void t2(NSArray *array) {
    for (NSArray *array in array) { // expected-warning {{collection expression 
type 'NSArray *' may not respond}}
    }
  }


Repository:
  rL LLVM

https://reviews.llvm.org/D32029



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

Reply via email to