-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
[clang] Avoid -Wshadow warning when init-capture named same as class field #74512
Merged
Commits on Dec 5, 2023
-
[clang] Avoid -Wshadow warning when init-capture named same as class …
…field Shadowing warning doesn't make much sense since field is not available in lambda's body without capturing this. Fixes llvm#71976
Configuration menu - View commit details
-
Copy full SHA for 169d962 - Browse repository at this point
Copy the full SHA 169d962View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 621cb81 - Browse repository at this point
Copy the full SHA 621cb81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3798e1f - Browse repository at this point
Copy the full SHA 3798e1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1426da - Browse repository at this point
Copy the full SHA d1426daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f01cd3 - Browse repository at this point
Copy the full SHA 3f01cd3View commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 81b9def - Browse repository at this point
Copy the full SHA 81b9defView commit details
Commits on Jan 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d37e959 - Browse repository at this point
Copy the full SHA d37e959View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b95d07 - Browse repository at this point
Copy the full SHA 6b95d07View commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e32d441 - Browse repository at this point
Copy the full SHA e32d441View commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b49655 - Browse repository at this point
Copy the full SHA 2b49655View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea6bdd4 - Browse repository at this point
Copy the full SHA ea6bdd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b25344 - Browse repository at this point
Copy the full SHA 4b25344View commit details
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.