klimek added inline comments.

================
Comment at: unittests/Format/FormatTest.cpp:9951
+                   "\n*/",
+                   Style));
+
----------------
krasimir wrote:
> Why didn't this get reformatted as:
> ```
>   EXPECT_EQ("int a; /* first line\n"
>             "        * second line\n"
>             "        * third line\n"
>             "        */",
> ```
Added FIXME.


https://reviews.llvm.org/D40068



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

Reply via email to