swift
73c524ca - [IDE] Preparations for removal of getName on ValueDecl

Commit
8 years ago
[IDE] Preparations for removal of getName on ValueDecl 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
Committer
Parents
Loading