================
@@ -88,6 +88,8 @@ void DefinitionBlockSeparator::separateBlocks(
assert(TargetLine);
assert(TargetToken);
+ if (TargetToken->FinalizedNewLinesBefore)
----------------
HazardyKnusperkeks wrote:
```suggestion
if (isClangFormatOn(TargetToken->TokenText))
```
This way we don't need a to add bool to all tokens, just to state exactly this.
https://github.com/llvm/llvm-project/pull/201995
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits