Skip to content
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

Call resolution information in semantic checks #142

Merged
merged 5 commits into from
Oct 29, 2021

Conversation

lucaneg
Copy link
Member

@lucaneg lucaneg commented Oct 29, 2021

Description
CheckToolWithAnalysisResults now exposes the following methods:

  • getCallers(CodeMember cm) yielding the callers of a code member
  • getCallees(CodeMember cm) yielding the callees of a code member
  • getCallSites(CodeMember cm) yielding the calls that target the code member
  • getResolvedVersion(UnresolvedCall call) yields the resolved version of a call

Implemented Features
Closes #137

@lucaneg lucaneg added the 🎆 type:feature New feature or request label Oct 29, 2021
@lucaneg lucaneg added this to the 0.1b3 milestone Oct 29, 2021
@lucaneg lucaneg self-assigned this Oct 29, 2021
@lucaneg lucaneg added the 🏗 resolution:wip Incomplete work - do not review yet label Oct 29, 2021
@github-actions

This comment has been minimized.

@lucaneg lucaneg removed the 🏗 resolution:wip Incomplete work - do not review yet label Oct 29, 2021
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link

Unit Test Results

  33 files    33 suites   11s ⏱️
204 tests 204 ✔️ 0 💤 0 ❌

Results for commit ac2ba72.

@github-actions

This comment has been minimized.

@VincenzoArceri VincenzoArceri merged commit 0dd4d46 into master Oct 29, 2021
@VincenzoArceri VincenzoArceri deleted the call-resolution-info branch October 29, 2021 15:20
@github-actions
Copy link

All Test Results (unit + cron)

  43 files  ±0    43 suites  ±0   12s ⏱️ -3s
226 tests ±0  226 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 0dd4d46. ± Comparison against base commit 55e1e08.

@lucaneg lucaneg added the 🏨 scope:infrastructure Work regarding the general infrastructure and functioning of LiSA label Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏨 scope:infrastructure Work regarding the general infrastructure and functioning of LiSA 🎆 type:feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE REQUEST] Provide call resolution information to semantic checks
2 participants