================
@@ -332,6 +332,429 @@ TEST_F(FormatTestComments, UnderstandsSingleLineComments) 
{
   verifyNoCrash(StringRef("/*\\\0\n/", 6));
 }
 
+TEST_F(FormatTestComments, InsertsSpaceAfterOpeningBlockComment) {
----------------
Men-cotton wrote:

I've reduced the test cases to two tests: `SpaceInBlockComments` and 
`SpaceInBlockCommentsParamOverrides`.
I haven't added the case where comments are reflown. I'll tackle this later.

https://github.com/llvm/llvm-project/pull/162105
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to