mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Printing a declaration's name using `<<` and `getBaseName()` is be independent of the return type of `getBaseName()` which will change in the future from `Identifier` to `DeclBaseName`