-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[SourceKit/CursorInfo] Report the set of decls referenced in the symbol graph's "declarationFragments" field. #36713
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
[SourceKit/CursorInfo] Report the set of decls referenced in the symbol graph's "declarationFragments" field. #36713
Conversation
@swift-ci please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
374ead7
to
217dd10
Compare
@swift-ci please test |
Build failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Symbol Graph side looks good. The only thing i would ask for is a doc comment on things like Symbol::getFragmentInfo
so i can spend less time squinting at it next time to figure out what it does 🤣 Otherwise i like it!
…ol graph's "declarationFragments" field. Resolves rdar://75809521
217dd10
to
08250f0
Compare
@swift-ci please test and merge |
@swift-ci Please Build Toolchain macOS Platform |
1 similar comment
@swift-ci Please Build Toolchain macOS Platform |
@swift-ci please test macOS |
Build failed |
@swift-ci please test macOS |
@swift-ci Please Build Toolchain macOS Platform |
macOS Toolchain Install command |
For each referenced decl, also report whether it is a system symbol and/or SPI, its access level, source language, file path, module name, and parent contexts.
Resolves rdar://75809521