Skip to content

C++: Simplify cpp/declaration-hides-variable #8174

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 1 commit into from
Feb 23, 2022

Conversation

jketema
Copy link
Contributor

@jketema jketema commented Feb 22, 2022

The check for (unnamed local variable) is no longer needed, because these variables are now identified as being compiler generated.

The check for `(unnamed local variable)` is no longer needed, because these
variables are now identified as being compiler generated.
@github-actions github-actions bot added the C++ label Feb 22, 2022
@jketema jketema marked this pull request as ready for review February 23, 2022 08:02
@jketema jketema requested a review from a team as a code owner February 23, 2022 08:02
@jketema jketema added the no-change-note-required This PR does not need a change note label Feb 23, 2022
Copy link
Contributor

@MathiasVP MathiasVP left a comment

Choose a reason for hiding this comment

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

LGTM!

@MathiasVP MathiasVP merged commit 31a204a into github:main Feb 23, 2022
@jketema jketema deleted the hinding-cleanup branch February 23, 2022 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants