-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Unified: Add static name binding pass #22299
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
+1,929
−123
Merged
Changes from 19 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
60baec6
unified: Add test showing problem with literal getValue()
asgerf 51fe273
unified: Fix extraction of literals
asgerf b71ff8f
unified: Factor some code into CommentUtil.qll
asgerf c9fc793
unified: Fix mapping for compound type names
asgerf f50c80a
unified: Initial static name binding pass
asgerf 375924e
unified: Track through aliases
asgerf db8b97a
unified: Add inheritance steps
asgerf 6341bba
unified: Support unqualified access
asgerf ee8753b
unified: Allow numbers in key=value comments
asgerf 7e3a4e3
unified: Cross-file name binding
asgerf 574a5c9
unified: Handle bracketed generic array constructors
asgerf 55b96f1
unified: Handle bracketed generic array metatypes
asgerf 171aa7a
unified: Use '.' as location for inferred_type_expr
asgerf a9792e5
unified: Fix handling of exprPattern
asgerf 8080bac
unified: Add newlines at EOF
asgerf 0cf2871
unified: Update comment
asgerf a3f21a5
unified: Support scoped imports
asgerf 50f934b
unified: Don't track trivial name aliasse
asgerf a79c32a
unified: Bulk imports
asgerf 05fe395
unified: Fix access level in test case
asgerf 659da08
unified: Fix incorrect expectation
asgerf 35c54b1
unified: Fix toString and getLocation for TLocalNamespace
asgerf af2f5a2
unified: Remove location of TModuleRoot
asgerf 970e4c6
unified: Fix handling of unscoped imports
asgerf f596a67
unified: Fix Swift source folder documentation
asgerf d6164c3
unified: Preserve array constructor trailing closures
asgerf a658c77
unified: Add test showing AST mapping error
asgerf c58a096
unified: Fix translation of callee in constructor pattern
asgerf 3999894
unified: Clarify description of derivedStoreReadStep
asgerf e88dde7
unified: Make debug graph subset more configurable
asgerf d30b7a0
unified: Simplify uncertain scopes
asgerf e23f3e4
unified: Don't step into declaration sites
asgerf bec213b
shared: Factor out declInScope(name, scope)
asgerf 4eade9e
shared: Rephrase a qldoc
asgerf 828816c
unified: QLdoc fix
asgerf 78671cd
unified: Prefer 'and' instead of '|'
asgerf 5d7e64e
unified: Add test with @_exported import
asgerf 61b3720
unified: Support @_exported imports
asgerf 811932f
unified: Add test for spurious re-export
asgerf 1f380d2
unified: Fix spurious resolution by refining isPrivateToLocalScope
asgerf 719e8b4
unified: Prefer instanceof
asgerf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.