swift
4da7f83f
- AST: Remove Decl::getSemanticAvailableRangeAttr().
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
300 days ago
AST: Remove Decl::getSemanticAvailableRangeAttr(). This query's functionality was not useful enough to be exposed on `Decl` and cached in the request evaluator. Instead, just share a local implementation of it in `TypeCheckAttr.cpp`.
References
#77950 - AST: Remove `Decl::getSemanticAvailableRangeAttr()`
Author
tshortli
Committer
tshortli
Parents
ec0bf28d
Loading