mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Imported C++ template specializations receive identifiers that contain their type signature; e.g., `X<Y, Z>`. Since this means the identifier contains non-identifier characters, the new behavior was trying to escape them with backticks in ASTPrinter, ASTMangler, and the runtime metadata. This pulls that back to preserve the current behavior for specifically those types.
109 KiB
109 KiB