[PATCH] D52676: [clang-format] tweaked another case of lambda formatting

Oleg Smolsky via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 23 16:03:44 PDT 2018


oleg.smolsky added inline comments.


================
Comment at: clang/unittests/Format/FormatTest.cpp:78
     EXPECT_EQ(Expected.str(), format(Code, Style));
+#if 0
     if (Style.Language == FormatStyle::LK_Cpp) {
----------------
Oops., let me fix this...


Repository:
  rC Clang

https://reviews.llvm.org/D52676





More information about the cfe-commits mailing list