lebedev.ri resigned from this revision.
lebedev.ri added a comment.
This revision now requires review to proceed.
Herald added a subscriber: StephenFan.
Herald added a project: All.
This review seems to be stuck/dead, consider abandoning if no longer relevant.
Repository:
rG LLVM Github Monore
lebedev.ri added a comment.
Please always upload all patches with full context (`-U9`)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63089/new/
https://reviews.llvm.org/D63089
___
cfe-commits maili
xbolva00 added a comment.
Thanks !
You can check and take tests from my older patch https://reviews.llvm.org/D58878
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63089/new/
https://reviews.llvm.org/D63089
___
m4tx created this revision.
m4tx added reviewers: lebedev.ri, rsmith, klimek.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
int x;
return x = 5;
For a code like above, GCC produces a warning suggesting using parentheses
about the assignment. This change makes clang p