swift
a95891cb - Sema: Rename checkDeclarationAvailability().

Commit
1 year ago
Sema: Rename checkDeclarationAvailability(). Type checker functions with the prefix "check" usually check some requirement and then diagnose it if it isn't satisfied. `checkDeclarationAvailability()` doesn't diagnose on its own, so it should be named differently.
Author
Committer
Parents
Loading