Author: szelethus Date: Mon Apr 22 02:20:23 2019 New Revision: 358877 URL: http://llvm.org/viewvc/llvm-project?rev=358877&view=rev Log: [analyzer][www] Moving MoveChecker out of alpha is no longer an open project.
Modified: cfe/trunk/www/analyzer/open_projects.html Modified: cfe/trunk/www/analyzer/open_projects.html URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/open_projects.html?rev=358877&r1=358876&r2=358877&view=diff ============================================================================== --- cfe/trunk/www/analyzer/open_projects.html (original) +++ cfe/trunk/www/analyzer/open_projects.html Mon Apr 22 02:20:23 2019 @@ -48,16 +48,6 @@ mailing list</a> to notify other members <p><i>(Difficulty: Medium)</i></p></p> </li> - <li><code>alpha.cplusplus.MisusedMovedObject</code> - <p>The checker emits a warning on objects which were used after - <a href="https://en.cppreference.com/w/cpp/utility/move">move</a>. - Currently it has an overly high false positive rate due to classes - which have a well-defined semantics for use-after-move. - This property does not hold for STL objects, but is often the case - for custom containers. - <p><i>(Difficulty: Medium)</i></p></p> - </li> - <li><code>alpha.unix.StreamChecker</code> <p>A SimpleStreamChecker has been presented in the Building a Checker in 24 Hours talk _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits