Skip to content

Conversation

@akyrtzi
Copy link
Contributor

@akyrtzi akyrtzi commented Jul 8, 2019

This is useful if you intend to have subclasses overriding specific methods of a common base SyntaxVisitor class.

It workarounds the issue of not being able to override the default implementations of the protocol (see https://bugs.swift.org/browse/SR-103).

@akyrtzi akyrtzi requested review from harlanhaskins and nkcsgexi July 8, 2019 21:26
This is useful if you intend to have subclasses overriding specific methods of a common base `SyntaxVisitor` class.
@akyrtzi akyrtzi force-pushed the syntaxvisitorclass branch from fc72f76 to ee7123b Compare July 8, 2019 21:40
@akyrtzi akyrtzi changed the title Introduce SyntaxVisitorClass Introduce SyntaxVisitorBase Jul 8, 2019
@akyrtzi
Copy link
Contributor Author

akyrtzi commented Jul 8, 2019

@swift-ci Please test

@akyrtzi akyrtzi merged commit a0ada01 into swiftlang:master Jul 8, 2019
@akyrtzi akyrtzi deleted the syntaxvisitorclass branch July 8, 2019 22:34
adevress pushed a commit to adevress/swift-syntax that referenced this pull request Jan 14, 2024
[NFC] Remove links to Google's style guide in comments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants