Files
swift-mirror/include/swift/AST/ASTVisitor.h
Dmitri Gribenko be80642fe8 Removed a catch-all default implementation of ASTVisitor::visitTypeRepr
Other AST nodes don't have such functionality now, and it was removed
from them previously. Not having a default implementation means that
users of ASTVisitor have to either explicitly write a catch-all default,
or handle all cases. Making this decision consciously is a good
practice.
2020-03-12 11:29:11 +01:00

7.0 KiB