================
@@ -4704,8 +4704,8 @@ void UnwrappedLineParser::flushComments(bool 
NewlineBeforeNext) {
     //
     // FIXME: Consider putting separate line comment sections as children to 
the
     // unwrapped line instead.
-    Tok->ContinuesLineCommentSection =
-        continuesLineCommentSection(*Tok, *Line, CommentPragmasRegex);
+    Tok->ContinuesLineCommentSection = continuesLineCommentSection(
+        *Tok, *Line, Style.ReflowComments, CommentPragmasRegex);
----------------
owenca wrote:

```suggestion
        *Tok, *Line, Style, CommentPragmasRegex);
```

https://github.com/llvm/llvm-project/pull/96804
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to