paulsemel added a comment.
Hi Aleksei,
In https://reviews.llvm.org/D44154#1028612, @a.sidorin wrote:
> Hi Paul,
>
> You didn't add any reviewer. Do you need a review for this checker? Are you
> going to contribute this code to the upstream?
I was actually uploading this because Artem Dergache
a.sidorin added a comment.
Hi Paul,
You didn't add any reviewer. Do you need a review for this checker? Are you
going to contribute this code to the upstream?
Repository:
rC Clang
https://reviews.llvm.org/D44154
___
cfe-commits mailing list
cfe
paulsemel created this revision.
Herald added subscribers: cfe-commits, mgorny.
\!/ This is only a proof of concept !
The purpose of this checker is to improve the detection of unsequenced
modifications. Indeed, there is a warning the tries to detect those, but this
is not efficient at all.
The