rsmith accepted this revision. rsmith added a comment. This revision is now accepted and ready to land.
One question, but otherwise this looks fine. > coroutines.m:1 > +// RUN: %clang -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-CORO %s > +// RUN: %clang -fcoroutines-ts -### %s 2>&1 | FileCheck > -check-prefix=CHECK-NO-CORO %s Is there any reason you're testing Objective-C and Objective-C++ inputs here (`.m` and `.mm`) rather than C and C++ inputs? https://reviews.llvm.org/D25130 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits