swift
4468ad20 - [Sema] Preparations for removal of getName on ValueDecl (#9972)

Commit
8 years ago
[Sema] Preparations for removal of getName on ValueDecl (#9972) With the introduction of special decl names, `Identifier getName()` on `ValueDecl` will be removed and pushed down to nominal declarations whose name is guaranteed not to be special. Prepare for this by calling to `DeclBaseName getBaseName()` instead where appropriate.
Author
Parents
Loading