-
Notifications
You must be signed in to change notification settings - Fork 1.8k
bool_comparison: fix incorrect suggestion with >/< and macros
#15513
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
bool_comparison: fix incorrect suggestion with >/< and macros
#15513
Conversation
ada4a
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thank you! I've got one question, but LGTM otherwise
|
You're right. Both of those changes are fine. |
samueltardieu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this LGTM. Could you squash the commits?
r? samueltardieu
d2b0da6 to
7697b61
Compare
|
Okay, they're squashed. |
Fixes #15497
changelog: [
bool_comparison]: fix incorrect suggestion with>/<and macros