[PATCH] D44154: [checker] PoC : Unsequenced Modification Checker
Paul Semel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 6 07:58:07 PST 2018
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 goal of this checker is to detect more complicated UM.
Repository:
rC Clang
https://reviews.llvm.org/D44154
Files:
include/clang/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/CMakeLists.txt
lib/StaticAnalyzer/Checkers/UnsequencedModificationChecker.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44154.137196.patch
Type: text/x-patch
Size: 14223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180306/293c7400/attachment.bin>
More information about the cfe-commits
mailing list