mprobst added inline comments.

================
Comment at: unittests/Format/FormatTestComments.cpp:3109
+TEST_F(FormatTestComments, IndentsLongJavadocAnnotatedLines) {
+  FormatStyle Style = getGoogleStyle(FormatStyle::LK_Java);
+  Style.ColumnLimit = 60;
----------------
mprobst wrote:
> add a test using `@return` or `@type`?
as discussed, make sure to test for LK_JavaScript, because that affects this 
with comment pragmas (that we should probably disable).


Repository:
  rC Clang

https://reviews.llvm.org/D49797



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

Reply via email to