Commit 6dbaa89
[clang-format] Fix a regression in ContinuationIndenter (llvm#88414)
Commit d06b923 caused a regression that breaks after a block
comment adjacent to a function paramter that follows.
Fixes llvm#86573.
(cherry picked from commit d61edec)1 parent 51ff7f3 commit 6dbaa89
File tree
2 files changed
+11
-1
lines changed- clang
- lib/Format
- unittests/Format
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
677 | | - | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
678 | 684 | | |
679 | 685 | | |
680 | 686 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
379 | 383 | | |
380 | 384 | | |
381 | 385 | | |
| |||
0 commit comments