================
@@ -346,6 +345,35 @@ bool UnwrappedLineParser::precededByCommentOrPPDirective() 
const {
          (Previous->IsMultiline || Previous->NewlinesBefore > 0);
 }
 
+void UnwrappedLineParser::parseStmt(bool keepIndentation) {
+  bool levelsAreAdded = (Line->Level == DeclarationScopeStack.size());
+  // move till the end of the statement
----------------
HazardyKnusperkeks wrote:

```suggestion
  // Move till the end of the statement.
```

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

Reply via email to