swift
9606a9ac - [ASTPrinter] Stop unnecessary escaping of `init` in macro role attributes.

Commit
2 years ago
[ASTPrinter] Stop unnecessary escaping of `init` in macro role attributes. The excessive escaping of `init` in macro role attributes was a workaround paired with https://github.com/apple/swift/pull/65442 to smooth things over when working across Swift compiler versions. However, it's causing problems for init accessors, so stop escaping. Fixes rdar://111190084.
Author
Committer
Parents
Loading