[PATCH] D44154: [checker] PoC : Unsequenced Modification Checker

2018-03-06 Thread Paul Semel via Phabricator via cfe-commits
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

[PATCH] D44154: [checker] PoC : Unsequenced Modification Checker

2018-03-06 Thread Aleksei Sidorin via Phabricator via cfe-commits
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

[PATCH] D44154: [checker] PoC : Unsequenced Modification Checker

2018-03-06 Thread Paul Semel via Phabricator via cfe-commits
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