swift
8d71067a
- [Sema] Fix some walking logic
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
[Sema] Fix some walking logic `walkToTypeReprPost` should return `true` to keep walking, so we really want to check if the `offendingType` hasn't been found yet. Otherwise we'll bail as soon as we visit the first type.
References
#60955 - [AST] Introduce explicit actions for ASTWalker
Author
hamishknight
Parents
cedd2c51
Loading