Typz marked an inline comment as done.
Typz added inline comments.

================
Comment at: unittests/Format/FormatTest.cpp:8571
+            "        */",
+            format("int a; /* first line second line third line */", Style));
+}
----------------
Typz wrote:
> This is not working as expected, format return:
> 
>   int a; /* first line
>             * second *
>             line third
>             * line */
> 
> Any clue how things could go so wrong?
This was a bug in tests: should not use test::messUp() with multi-line comments.


https://reviews.llvm.org/D33589



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

Reply via email to