Skip to content

Forward definition requests when index lookup fails #294

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
Jul 9, 2020

Conversation

DavidGoldman
Copy link
Contributor

If we're unable to look up a definition or declaration via the
index, forward the request to the language service.

This allows clangd to support go to definition or declaration
for symbols defined/declared in the AST.

If we're unable to look up a definition or declaration via the
index, forward the request to the language service.

This allows clangd to support go to definition or declaration
for symbols defined/declared in the AST.

Change-Id: I7bc7f8e2772a8b13c33e918289dadacf6cc635ae
@DavidGoldman DavidGoldman requested a review from benlangmuir as a code owner July 9, 2020 14:56
@DavidGoldman
Copy link
Contributor Author

@swift-ci please test

Change-Id: I85d887e7c79617e59a5fd1580429ff52294d11c4
@DavidGoldman
Copy link
Contributor Author

@swift-ci please test

1 similar comment
@DavidGoldman
Copy link
Contributor Author

@swift-ci please test

@DavidGoldman DavidGoldman merged commit 2840c7d into swiftlang:master Jul 9, 2020
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.

2 participants