[PATCH] D43904: [clang-format] Improve detection of ObjC for-in statements

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 5 10:50:39 PST 2018


krasimir added inline comments.


================
Comment at: unittests/Format/FormatTest.cpp:12002
 
+TEST_F(FormatTest, GuessLanguageWithForIn) {
+  EXPECT_EQ(FormatStyle::LK_Cpp,
----------------
Please also add this instances as formatting tests.


Repository:
  rC Clang

https://reviews.llvm.org/D43904





More information about the cfe-commits mailing list