This is an archive of the discontinued LLVM Phabricator instance.

[checker] PoC : Unsequenced Modification Checker
Needs ReviewPublic

Authored by paulsemel on Mar 6 2018, 7:58 AM.

Details

Reviewers
NoQ
Summary

\!/ 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 goal of this checker is to detect more complicated UM.

Diff Detail

Event Timeline

paulsemel created this revision.Mar 6 2018, 7:58 AM

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?

Hi Aleksei,

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 Dergachev told me that he was curious about this checker, but I'm pretty sure that this implementation is not good enough to be upstreamed !