[qt/clang/llvm]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/clang/llvm Pushed by mirror-service into branch 'upstream/users/rnk/clang-format-md-write'. Changed from b24c9b6208c1b0ea05fcd602405ffc7a92fbd30f to c5dabf047643f0e5d905bf1c48f4d5dfe3af6f8f Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit c5dabf047643f0e5d905bf1c48f4d5dfe3af6f8f by Reid Kleckner on 03/08/2026 at 20:56.. Fix dump_format_style.py blank lines and trailing whitespace, regenerate The reindent_fenced_blocks() change in the previous commit introduced two output issues when regenerating ClangFormatStyleOptions.md: 1. Empty lines inside code blocks got an indentation prefix added, producing trailing whitespace. Fix by skipping the prefix for whitespace-only lines. 2. The blank line that separates a description sentence from the following code fence was lost. This blank line is necessary for correct CommonMark loose-list rendering. Fix by inserting a blank line before any opening code fence (triple-backtick with a lang word, or ::: with a directive) that immediately follows a non-blank line. Regenerate ClangFormatStyleOptions.md with the corrected generator. https://invent.kde.org/qt/clang/llvm/-/commit/c5dabf047643f0e5d905bf1c48f4d5dfe3af6f8f