Skip to content

Fix #endif gluing onto the following token#1225

Merged
allevato merged 1 commit into
swiftlang:mainfrom
dduan:dd/fix-pound-endif-decl
Jun 26, 2026
Merged

Fix #endif gluing onto the following token#1225
allevato merged 1 commit into
swiftlang:mainfrom
dduan:dd/fix-pound-endif-decl

Conversation

@dduan

@dduan dduan commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Add test for #1223. Fix it.

rdar://180652604

@dduan dduan force-pushed the dd/fix-pound-endif-decl branch from bc8bc38 to 4f78786 Compare June 25, 2026 21:32

@allevato allevato left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@allevato

Copy link
Copy Markdown
Member

Looks like CI is busted until swiftlang/github-workflows#290 is merged.

@bkhouri

bkhouri commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Looks like CI is busted until swiftlang/github-workflows#290 is merged.

Sorry for introducing the regression. swiftlang/github-workflows#290 has been merged. I would have restarted the failed workflow, but I don't have permissions to do so in this project.

@allevato allevato merged commit 0ace997 into swiftlang:main Jun 26, 2026
59 of 60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Decl following #endif gets joined on the same line when respectsExistingLineBreaks is false

3 participants