benhamilton added inline comments.
================ Comment at: unittests/Format/FormatTest.cpp:778 +TEST_F(FormatTest, ObjCForInLoop) { + verifyFormat("for (Foo *x = 0; x != in; x++) {\n}"); ---------------- krasimir wrote: > Please move the ObjC-specific instances to `FormatTestObjC.cpp`. Done. Repository: rC Clang https://reviews.llvm.org/D43904 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits