[clang-format] Fix overlapping replacements before PPDirectives
If the first token of an annotated line is finalized, reuse its NewlinesBefore value to avoid potential overlapping whitespace replacements before preprocessor branching directives. Fixes #62892. Differential Revision: https://reviews.llvm.org/D151954
Loading
Please sign in to comment