Skip to content

Remove the source.request.syntacticrename request #69784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 14, 2023

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Nov 10, 2023

source.request.syntacticrename isn’t used anywhere and source.request.find-syntactic-rename-ranges should be used instead.

`source.request.find-syntactic-rename-ranges` should be used instead.
@ahoppen
Copy link
Member Author

ahoppen commented Nov 10, 2023

@swift-ci Please smoke test

virtual void findRenameRanges(llvm::MemoryBuffer *InputBuf,
ArrayRef<RenameLocations> RenameLocations,
ArrayRef<const char *> Args,
CategorizedRenameRangesReceiver Receiver) = 0;
virtual void
virtual void
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidental? Does clang-format not remove this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does. I just didn’t push after running git-clang-format 🙈

@ahoppen ahoppen force-pushed the ahoppen/remove-syntacticrename branch from 2f6d676 to d0f9346 Compare November 13, 2023 19:54
@ahoppen
Copy link
Member Author

ahoppen commented Nov 13, 2023

@swift-ci Please smoke test

@ahoppen ahoppen merged commit 9ccb2ef into swiftlang:main Nov 14, 2023
@ahoppen ahoppen deleted the ahoppen/remove-syntacticrename branch November 14, 2023 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants