krasimir added inline comments.

================
Comment at: unittests/Format/FormatTest.cpp:10007
+            format("// foo foo foo foo foo foo foo foo foo foo foo foo\n",
+                           Style));
 }
----------------
Could you also add a test with line comments surrounded by stuff, like in:
```
int f() {
  int a = /* long block comment */ 42;
}


Repository:
  rC Clang

https://reviews.llvm.org/D40605



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

Reply via email to