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

Better handling of parenthesized expressions in VSTHRD003 #865

Merged
merged 1 commit into from Jun 22, 2021

Conversation

bluetarpmedia
Copy link
Contributor

@bluetarpmedia bluetarpmedia commented Jun 15, 2021

VSTHRD003's AnalyzeAwaitedOrReturnedExpression now detects if the invocation is wrapped inside (possibly multi-levels of) parentheses and if necessary drills-down to get the invocation expression syntax.

Closes #849

…f the invocation is wrapped inside parentheses.
@AArnott AArnott changed the title Fix for #849 Better handling of parenthesized expressions in VSTHRD003 Jun 22, 2021
@AArnott AArnott added this to the v17.0 milestone Jun 22, 2021
Copy link
Member

@AArnott AArnott left a comment

Choose a reason for hiding this comment

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

Thank you.

@AArnott AArnott merged commit 706f7ac into microsoft:main Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Analyzer failure when checking parenthesized expression
2 participants