-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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
Backport fix of D106431: Fix cppcoreguidelines-init-variables by removing the enum FixIt #50592
Comments
assigned to @tstellar |
@tstellar Please backport commit 4a097ef (the fix that landed on main for D106431) to the release/13.x branch, it fixes a bug in which Clang-Tidy generates a broken fix and if people apply the fix automatically their code won't compile anymore. |
This does not cherry-pick cleanly, can you cherry-pick and push to a personal github repo or attach a patch? |
The rebased and fixed-up patch for the release/13.x branch I've applied this over the following commit locally to produce: commit 0661286 (HEAD -> release/13.x, upstream/release/13.x)
|
Gentle bump. AFAICT this still hasn't made it to the release branch. |
Merged: 8dcdfc0 |
Thanks! |
mentioned in issue #51489 |
Extended Description
A fix for "cppcoreguidelines-init-variables" that removes a badly generated FixIt suggestion is seemingly approaching acceptance, and the patch resulting from it should be merged into 13.0.
The text was updated successfully, but these errors were encountered: